Open ysanmiguel opened 8 years ago
Hello.
If there are 5 images in a row, how can I make it appear in random or sequence with a 0.2sec delay between each image?
Thank you!
$(document).ready(function() { $(".delay").unveil(100, function(){ $(this).removeClass("loading"); }); });
Hello.
If there are 5 images in a row, how can I make it appear in random or sequence with a 0.2sec delay between each image?
Thank you!