Embla Carousel v2.8.0 Release Notes

Release Date: 2020-02-26 // about 4 years ago
  • 🍱 🌟 New features

    The settle event is a new feature. This feature was specified and requested in issue #48.

    embla.on('settle', () =\> { console.log(`The carousel has stopped scrolling.`) })
    

    The settle event allows users to hook onto when the carousel has stopped scrolling.