开发者

Ipad jquery smooth scrolling animations?

开发者 https://www.devze.com 2023-03-10 16:55 出处:网络
Im making a site with a smooth scrolling animation using this plu开发者_开发百科g in: http://www.smoothdivscroll.com/

Im making a site with a smooth scrolling animation using this plu开发者_开发百科g in: http://www.smoothdivscroll.com/

It looks great on my computer but quite jerky on an ipad. Is this just a limitation of ipads or is there a different method that could have smoother results?

Thanks


In general the best way to achieve smooth animations is via css animations. It runs really fast and is hardware accelerated. Works really great on mobile devices, such as the iphone or ipad.

Here is a good article/tutorial https://developer.mozilla.org/en/css/css_transitions, but just search on it on google, there's plenty of information. Also I can recommend Dan Cederholms book CSS3 for web designers.

0

精彩评论

暂无评论...
验证码 换一张
取 消