terrymun/Fluidbox

Choppy animation in Firefox

Closed this issue · 1 comments

Image enlargement animation is extremely choppy in Firefox (OS X, v31, v32 tested).

This is a known issue with Firefox. Although the code is currently using translate() instead of translate3d(), I believe most browsers are smart enough to move on to hardware acceleration should the need arises. Even after changing to 3D transforms, animation is still choppy in Firefox.

However I believe this is not an issue with Fluidbox per se, but with how the browser (Firefox) handles CSS3 animations and transitions. Apparently it is an issue with many other users, too.

I am hereby closing the issue because it is likely a browser/rendering issue than a problem with the underlying code in Fluidbox.