rstacruz / jquery.transit

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

Add a use3dTransform option to disable 3d transforms at will. #214

Closed nimaen closed 6 years ago

nimaen commented 9 years ago

Hi,

I find it useful to add a property directly to the transit plugin that allow you to enable / disable 3d transforms at will. It's true that it's a boost to old ios (4-), but the fact is that using it on recents ios safari would cause text inside 3d transformed elements to be blurry.

I've added a commented line on the test file that allow you to quickly test on ios safari the feature.

nimaen commented 9 years ago

Might be a clone of #199 to you but the approach is slightly different.