Created
July 16, 2019 08:30
-
-
Save VelichkoAlexander/4abc18f1c355ee3977e5f2a6e9b8054f to your computer and use it in GitHub Desktop.
Transition for showing slick slider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.slider { | |
opacity: 0; | |
visibility: hidden; | |
transition: opacity 1s ease; | |
&.slick-initialized { | |
visibility: visible; | |
opacity: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment