UNPKG

@glidejs/glide

Version:

Glide.js is a dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more

10 lines (7 loc) 253 B
import defaults from '../../src/defaults' export function afterTransition (callback) { setTimeout(callback, defaults.animationDuration + 10) } export function afterRewindTransition (callback) { setTimeout(callback, defaults.rewindDuration + 10) }