Sha256: 62f45df435202dedd7442ea419121339884c3fd5e26d5251c9bb0d2a7d1d72dc
Contents?: true
Size: 187 Bytes
Versions: 4
Compression:
Stored size: 187 Bytes
Contents
@keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0, 0); } } .fadeOutRightBig { animation-name: fadeOutRightBig; }
Version data entries
4 entries across 4 versions & 1 rubygems