I have a page that has a lot of animations on it, as well as the Supersized plugin 9large background image carousel). It seems that loading the background image for the Supersized function disrupts my animations a little, making them jerky.
I am wondering if anyone knows of a way to delay the triggering of a function? EG:
jQuery(function($).delay('1000'){
$.supersized({
//Functionality
slideshow:1, //Slideshow on/off
autoplay:1, //Slideshow starts playing automatically
etc...
Ive tried combinations of the above to no effect.
My goal would be to have all my other animations completed before the plugin gets triggered.
Would anyone have any suggestions on how to achieve this? Thanks!
