JQuery-Cycle Plugin
JQuery-Cycle Plugin
I am using the j query cycle plugin to cycle and fade a banner style image but everytime the page loads it shows all of the images in a flash and then collapses down and then does what its supposed to do is there anyway of preventing it from showing all of the images to begin with????
All of my jQuery and Plugin files are externally linked to as to keep the markup clean:
<script type="text/javascript" src="Scripts/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="Scripts/jquery.cycle.js"></script>
<script type="text/javascript" src="Scripts/ui.js"></script>
What's contained within ui.js:
$(document).ready(function() {
$('.slideshow').cycle({
fx: 'fade'
});
});