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