Skip to content

Instantly share code, notes, and snippets.

@dimsemenov

dimsemenov/s.css Secret

Created February 20, 2018 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimsemenov/2c7ec29ca2c22edb25dbff69991d03eb to your computer and use it in GitHub Desktop.
Save dimsemenov/2c7ec29ca2c22edb25dbff69991d03eb to your computer and use it in GitHub Desktop.
.rsSlide {
opacity: .2;
transition: opacity 0.3s linear;
}
.rsActiveSlide {
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment