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

Jquery Cycle Plugin Issue

  • I have used the jquery cycle plugin in different occasions I have notice something that bothers me and I dont know how to fix it. When the page loads for a second you can see all images and then the plugin hides the images and stars the animations. Is there any way to fix that?

    Here is a sample project I was working on. http://etrivo.com/poder/ In IE you can see all images load first and then the animation effect starts... any ideas?
  • I figured it out.. I needed overflow:hidden; on the div :)