You can also do it easily using css3 animation-delay property like that : .first{ animation-delay:0.3s; } .second{ animation-delay:0.6s; }
You can also do it easily using css3 animation-delay property like that :
.first{
animation-delay:0.3s;
}
.second{
animation-delay:0.6s;
}