在Apple iPhone上,幻灯片的动画速度遵循S形曲线,在那里它开始缓慢,加速然后在结束时减速。请参阅此文章,了解我的意思: http://watchingapple.com/2009/11/a-closer-look-at-iphone-transition-animations/
是否可以使用JQuery执行此操作?
答案 0 :(得分:2)
直接jQuery中的唯一选项是swing
(默认值)和linear
,但使用jQuery UI时,您有all of these options。
我认为swing
已经是S形,但jQuery UI中肯定有更多选项。
答案 1 :(得分:0)
查看easeInOutCubic和easeInOutQuart here。