gif file animation is not working outside the Cycle plugin control

Posted by Geetha on Stack Overflow See other posts from Stack Overflow or by Geetha
Published on 2010-05-17T04:32:38Z Indexed on 2010/05/17 4:40 UTC
Read the original article Hit count: 363

Hi All,

I am creating application using jquery in asp.net. I am displaying images(664 x 428) with (eg.) 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 effect the gif file animation is working. (Whatever effect it may be)

Coding:

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

© Stack Overflow or respective owner

Related posts about cycle

Related posts about jQuery