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