Sha256: af3b3663e26f7a0dcc0c7c11ab056ea8b3f50f60d6fc7f2297acd278ac6cbdad
Contents?: true
Size: 281 Bytes
Versions: 5
Compression:
Stored size: 281 Bytes
Contents
@keyframes bounceOutDown { 20% { transform: translate3d(0, 10px, 0); } 40%, 45% { opacity: 1; transform: translate3d(0, -20px, 0); } 100% { opacity: 0; transform: translate3d(0, 2000px, 0); } } .bounceOutDown { animation-name: bounceOutDown; }
Version data entries
5 entries across 5 versions & 2 rubygems