Sha256: 41f3a570c4a1ec3469b8eb6f266c76476fa0b443b8e213721db33af24359cbcd
Contents?: true
Size: 204 Bytes
Versions: 3
Compression:
Stored size: 204 Bytes
Contents
@keyframes slideInDown { from { transform: translate3d(0, -100%, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } } .slideInDown { animation-name: slideInDown; }
Version data entries
3 entries across 3 versions & 2 rubygems