Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jQueryCycleプラグインを使用しています。'scrollHorz'プロパティの値として使用するとfx、スライドは一定の速度ではなく、簡単に移動します(デモを参照)。
'scrollHorz'
fx
スライドを一定の速度で動かすにはどうすればよいですか?
使用するだけ
easing: "linear"
そして、あなたは元気になるはずです!例えば:
$('#s1').cycle({ fx: 'scrollHorz', easing: 'linear', prev: '#prev1', next: '#next1', timeout: 0 });