Sha256: 9ffc5e9385f6540d546ce8eb2e66bb808a1323773a1c8bb8457ae2a7cfd5c114
Contents?: true
Size: 323 Bytes
Versions: 12
Compression:
Stored size: 323 Bytes
Contents
/* * Owl Carousel - Animate Plugin */ .owl-carousel{ .animated { animation-duration: 1000ms; animation-fill-mode: both; } .owl-animated-in { z-index: 0; } .owl-animated-out { z-index: 1; } .fadeOut { animation-name: fadeOut; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
Version data entries
12 entries across 12 versions & 2 rubygems