回答編集履歴
1
ベストアンサーへのリンクの追加
test
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
[https://teratail.com/questions/369406?modal=r-comp&reply=true#reply-501251](https://teratail.com/questions/369406?modal=r-comp&reply=true#reply-501251)にてご回答いただいた通り、
|
2
|
+
|
1
3
|
```JavaScript
|
2
4
|
|
3
5
|
mousewheel: {releaseOnEdges:true},
|
@@ -6,7 +8,7 @@
|
|
6
8
|
|
7
9
|
で一旦は解決したのですが、最後のスライドが無視されてしまいあまり具合が良くなく、
|
8
10
|
|
9
|
-
公式ドキュメントを読んでいたら
|
11
|
+
公式ドキュメントを読んでいたらfreemodeでもスナップが効くオプションを発見しました。
|
10
12
|
|
11
13
|
[https://swiperjs.com/swiper-api#free-mode-parameters](https://swiperjs.com/swiper-api#free-mode-parameters)
|
12
14
|
|