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