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