swiper.jsの使い方

  • 備忘録

スライダーで表示するページごとにイベントを発生させる

on: {
slideChange: (swiper) => {
if ( swiper.realIndex == 0 ) {
// 1枚目の時の処理
}
else {
// 1枚目以外の時の処理
}
}
}

参考サイト

https://b-risk.jp/blog/2022/04/swiper
BLOG TOP

CONTACT

当サイトをご訪問いただき有難うございます。
お問い合わせ・ご依頼はこちら。

CONTACT
~