Sha256: 1b734844486d326133dc11ce71cca4188eeb97b0f0787c5ff30359852388aaeb
Contents?: true
Size: 262 Bytes
Versions: 3
Compression:
Stored size: 262 Bytes
Contents
@keyframes rotateOutDownLeft { from { transform-origin: left bottom; opacity: 1; } to { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } } .rotateOutDownLeft { animation-name: rotateOutDownLeft; }
Version data entries
3 entries across 3 versions & 2 rubygems