Guest User

Untitled

a guest
Nov 20th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <div id="carouselExampleIndicators" class="carousel-fade" data-ride="carousel">
  2.  
  3. .carousel-fade {
  4. .carousel-item {
  5. display: block;
  6. position: absolute;
  7. opacity: 0;
  8. transition: opacity .75s ease-in-out;
  9.  
  10. &.active {
  11. opacity: 1;
  12. }
  13. }
Add Comment
Please, Sign In to add comment