Sha256: 99d7ad86a3dfbeceb79007269769e25ff8c124e7efcf21c9b0b0f65e6ba5d48b
Contents?: true
Size: 204 Bytes
Versions: 3
Compression:
Stored size: 204 Bytes
Contents
@keyframes slideInLeft { from { transform: translate3d(-100%, 0, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } } .slideInLeft { animation-name: slideInLeft; }
Version data entries
3 entries across 3 versions & 2 rubygems