Hi, how can I create a setINTERVAL for the masonry gallery, just to change the order of the images in a random order every “X” time. I would appreaciate some help or tell me what files to modify or at least try to modify :)
Thanks!
Hi!
The Masonry elements are powered by Isotope, so you would start investigating there:
http://isotope.metafizzy.co/
Found this:
http://stackoverflow.com/questions/14043879/jquery-isotope-queue-shuffle-randomize-animation
When you find/create the right snippet, simply add it to avia.js at the very end:
jQuery(function() {
// your code
});
Best regards,
Josue
Thanks! I will investigate!
Here is the testing I did, thanks!
https://drive.google.com/file/d/0B5ko6TxTcEkKUElhMTZuMzQwcUE/edit?usp=sharing
Regards!