treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Nivo Slider flickers through all images first?

  • I have used the Nivo Slider many a time, never seen it do this. It flickers through all the images (depending on browser and connection speeds it can be milliseconds to almost a full second), then works fine after that. I don't think I'm over looking anything, but who knows. I tried re-arranging the order of my scripts to put the slider script immediately after jQuery and still nothing. Don't know what else to look for? Any suggestions?
  • Is the slider stylesheet loaded before the script, and is the slider initialization code wrapped in a document ready vs a window load function?
  • Yes stylesheet is loaded before the script as I always do. Stylesheet in head, script in footer. Slider initialization code is in a window load function. Everything is the same as I always do and never seen it do this?