* Binds swipe's moving event. * * @return {Void}
()
| 163 | * @return {Void} |
| 164 | */ |
| 165 | bindSwipeMove () { |
| 166 | Binder.on(MOVE_EVENTS, Components.Html.wrapper, throttle((event) => { |
| 167 | this.move(event) |
| 168 | }, Glide.settings.throttle), capture) |
| 169 | }, |
| 170 | |
| 171 | /** |
| 172 | * Unbinds swipe's moving event. |