Sha256: 2547a1dc763a50570029f277dbd3ac85134adadcb408c47e99fae10f58338ab6
Contents?: true
Size: 229 Bytes
Versions: 3
Compression:
Stored size: 229 Bytes
Contents
@keyframes rotateOut { from { transform-origin: center; opacity: 1; } to { transform-origin: center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } } .rotateOut { animation-name: rotateOut; }
Version data entries
3 entries across 3 versions & 2 rubygems