Sha256: 8389ec95e5accd7b4299af75a86c40a099b579b46470243922cb0e0fa8b813ed
Contents?: true
Size: 189 Bytes
Versions: 1
Compression:
Stored size: 189 Bytes
Contents
@keyframes fadeOutRightBig { from { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0, 0); } } .fadeOutRightBig { animation-name: fadeOutRightBig; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/components/animate.css/source/fading_exits/fadeOutRightBig.css |