Search code examples
jqueryiossmoothing

JQuery on IOS is slow, jumpy and jerky


Our site uses a great deal of JQuery, but on iOS effects such as fade, slide etc.. are jumpy at best. They are not smooth such as those seen on web apps on on native apps.

How does one achieve this smoothness seen on such web apps.

Any ideas?

Marvellous

EG. Have a look at this page. It uses slide and fade effects all fairly crap on the iPAD http://www.divethegap.com/update/diving-trips/master-scuba-diver#


Solution

  • You want to use CSS3 Transforms and transitions.