Joined November 2014
·

aissa bouguern

Agadir , MAROC
·
·

You can also do it easily using css3 animation-delay property like that :
.first{

animation-delay:0.3s;

}
.second{

animation-delay:0.6s;

}

Achievements
1 Karma
0 Total ProTip Views