Sha256: 7202685db95943469c70fc03b5cca37767e6630f609bf93f2142a09ab1b80b05
Contents?: true
Size: 290 Bytes
Versions: 2
Compression:
Stored size: 290 Bytes
Contents
@keyframes rotateInUpLeft { 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; } } .rotateInUpLeft { animation-name: rotateInUpLeft; }
Version data entries
2 entries across 2 versions & 1 rubygems