Sha256: 4fffd7f6355f3224c9f7ac7d497058090867bccfc6cda3f9ce9bc49a2ec60d05
Contents?: true
Size: 248 Bytes
Versions: 4
Compression:
Stored size: 248 Bytes
Contents
@keyframes rotateIn { 0% { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center; transform: none; opacity: 1; } } .rotateIn { animation-name: rotateIn; }
Version data entries
4 entries across 4 versions & 1 rubygems