Sha256: dad43f2188fdd4c09241a6314b5c2aefa6fa0ec12f153bdfa78516200b2fd856
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
@keyframes slideInLeft { 0% { transform: translate3d(-100%, 0, 0); visibility: visible; } 100% { transform: translate3d(0, 0, 0); } } .slideInLeft { animation-name: slideInLeft; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubyneat_dashboard-0.4.1 | bower_components/animate.css/source/sliding_entrances/slideInLeft.css |