🌟 New Features
Solves issue #176. With this release, it's possible to scroll instantly to a scroll snap with the jump parameter. It's a boolean and default is false. The following methods accept the jump parameter:
Usage
embla.scrollTo(3) // Smooth scroll to scroll snap index 3
embla.scrollTo(3, true) // Instant jump to scroll snap index 3
embla.scrollPrev() // Smooth scroll to the previous scroll snap
embla.scrollPrev(true) // Instant jump to the previous scroll snap
embla.scrollNext() // Smooth scroll to the next scroll snap
embla.scrollNext(true) // Instant jump to the next scroll snapBundle size
This feature doesn't add anything to the bundle size.
Enjoy!
