Sha256: 2d424078a11c6b8a10b812ef4805105dde2cd3c89fd69ad4b025276f37dd0ac4
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
@keyframes lightSpeedOut { from { opacity: 1; } 100% { transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } .lightSpeedOut { animation-name: lightSpeedOut; animation-timing-function: ease-in; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/components/animate.css/source/lightspeed/lightSpeedOut.css |