Skip to content

Instantly share code, notes, and snippets.

@VelichkoAlexander
Created July 16, 2019 08:30
Show Gist options
  • Save VelichkoAlexander/4abc18f1c355ee3977e5f2a6e9b8054f to your computer and use it in GitHub Desktop.
Save VelichkoAlexander/4abc18f1c355ee3977e5f2a6e9b8054f to your computer and use it in GitHub Desktop.
Transition for showing slick slider
.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