rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.29k stars 864 forks source link

jerky loop on firefox #99

Open Colir opened 11 years ago

Colir commented 11 years ago

Hi, i use this code to create an infinity loop on multiple element with jtransit

function cycle($el){
    var destiX = (Math.random()*10)-5
    var destiY = (Math.random()*20)-10
    var destiRot = (Math.random()*30)-15
    $el.transition({x:destiX,y:destiY,rotate:destiRot},1500,'Linear').transition({x:0,y:0,rotate:0},1500,'Linear',function(){cycle($(this))})
    }

this work well under Chrome, but on Firefox (17), have jumpy /jerky animation randomly.

Anyone know how to fight it ?

thanks. And thanks For this amazing plugin

21echoes commented 11 years ago

all chained/queued animations with transit are jumpy for me in firefox. this seems to be a firefox problem, not a transit problem.

davidjray commented 11 years ago

I am experiencing the same issue with a chained rotate.

senner007 commented 11 years ago

Same here. Moving elements down and up with either margin or y.