Sha256: a4da7bf70471a4249186bdd32da597c2b2f6fb133a3e6d8c99a4a24bc4c749f9
Contents?: true
Size: 207 Bytes
Versions: 1
Compression:
Stored size: 207 Bytes
Contents
@keyframes slideOutDown { from { 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 |
---|---|
radius-rails-3.1.4 | app/assets/components/animate.css/source/sliding_exits/slideOutDown.css |