Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Transparency in css - opacity: 0;
while 0 is full transparency, 1 is vice versa. $( document ).ready()
- page ready event
So like this:
$( document ).ready(function() {
$('.myslider').addClass('itsalive');
});
.myslider {opacity:0; transition: opacity 1s ease;}
.myslider.itsalive {opacity:1;}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question