Sha256: 9385b01365981acf9db31129d024ee5d29b2ef4c24d3509479b098eb8cc783a8
Contents?: true
Size: 261 Bytes
Versions: 3
Compression:
Stored size: 261 Bytes
Contents
@keyframes rotateOutUpRight { from { transform-origin: right bottom; opacity: 1; } to { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } } .rotateOutUpRight { animation-name: rotateOutUpRight; }
Version data entries
3 entries across 3 versions & 2 rubygems