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