Sha256: 05d95f45c03ea33b0463d0bbbdaa0e90926f7d11cefc5cc035936ed41bbc6160
Contents?: true
Size: 210 Bytes
Versions: 1
Compression:
Stored size: 210 Bytes
Contents
@keyframes slideOutRight { from { transform: translate3d(0, 0, 0); } 100% { visibility: hidden; transform: translate3d(100%, 0, 0); } } .slideOutRight { animation-name: slideOutRight; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/components/animate.css/source/sliding_exits/slideOutRight.css |