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.
スライダーで実行中の画像にマウスカーソルを合わせると、画像の遷移が停止します。マウス ポインタの効果を停止するにはどうすればよいですか? 継続的な画像遷移が必要
以下のデフォルト設定を false に変更する必要があります。以下のように変更できます。
例えば:
$('#yourElement').nivoSlider({pauseOnHover: false});
詳細はこちら:
nivo-slider ドキュメント