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