开发者_如何学COur 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#
You want to use CSS3 Transforms and transitions.
精彩评论