Sha256: 3b0dc223888cf4a9f012e868a2ffbd09e29a44d19bcd184b6257cdb5636d1410
Contents?: true
Size: 205 Bytes
Versions: 1
Compression:
Stored size: 205 Bytes
Contents
@keyframes slideOutDown { 0% { transform: translate3d(0, 0, 0); } 100% { visibility: hidden; transform: translate3d(0, 100%, 0); } } .slideOutDown { animation-name: slideOutDown; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubyneat_dashboard-0.4.1 | bower_components/animate.css/source/sliding_exits/slideOutDown.css |