jQuery animations are choppy and stutter in Firefox
        Posted  
        
            by J.Milly
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by J.Milly
        
        
        
        Published on 2010-05-03T21:34:32Z
        Indexed on 
            2010/05/03
            21:38 UTC
        
        
        Read the original article
        Hit count: 483
        
I like think I'm not a dummy but I can't get my jQuery horizontal slideshow to animate smoothly especially in FireFox (on a Mac). Anyone have advice?
Animation is being done like so:
$('#lookbook').stop().animate({left: -((lookbook-1)*825)+'px'}, { duration: 800, complete: cap_fade(1)});
Example link:
© Stack Overflow or respective owner