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