rstacruz / jquery.transit

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

Add option to use 3D transforms in Chrome #199

Open gaqzi opened 10 years ago

gaqzi commented 10 years ago

For a project I'm working on it's very noticeably slower when using transform instead of transform3d, and I would like to have the option to decide for myself to use 3d transforms.

I've set the option to be default off to match the current default behavior.