MCPcopy
hub / github.com/glidejs/glide / bindSwipeMove

Function bindSwipeMove

src/components/swipe.js:165–169  ·  view source on GitHub ↗

* Binds swipe's moving event. * * @return {Void}

()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 3

throttleFunction · 0.90
moveMethod · 0.80
onMethod · 0.45

Tested by

no test coverage detected