github davidjerleke/embla-carousel v4.4.0
v4.4.0 - scrollTo, scrollPrev & scrollNext jump parameter

latest releases: v8.6.0, v8.5.2, v8.5.1...
4 years ago

🌟 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 snap

Bundle size

This feature doesn't add anything to the bundle size.

v4 4 0

Enjoy!

Don't miss a new embla-carousel release

NewReleases is sending notifications on new releases.