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