Sha256: a41c852c2ee482faad022854515d80296aa33183f8ef1938922c1f853ba98749
Contents?: true
Size: 230 Bytes
Versions: 3
Compression:
Stored size: 230 Bytes
Contents
@keyframes lightSpeedOut { from { opacity: 1; } to { transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } .lightSpeedOut { animation-name: lightSpeedOut; animation-timing-function: ease-in; }
Version data entries
3 entries across 3 versions & 2 rubygems