gif file outside the Cycle plugin control is not working

Posted by Geetha on Stack Overflow See other posts from Stack Overflow or by Geetha
Published on 2010-05-15T05:14:43Z Indexed on 2010/05/15 5:24 UTC
Read the original article Hit count: 114

Filed under:

Hi All,

I am creating application using jquery in asp.net. I am displaying images(664 x 428) with fade effect using cycle plugin and also a gif file outside the control.

Problem:

The gif file animation is working only if i pause the cycle fade effect the gif file animation is working.

Coding:

 $('#mainBanner').cycle({
            fx: 'fade',
            continuous: true,
            speed: 7500,
            timeout: 55000,
            pause: 1,
            sync: 1
        });

 <img src="Images/HomePageImages/scan.gif" alt="" width="124" border="0" height="124" />

© Stack Overflow or respective owner

Related posts about jQuery