moxystudio / react-carousel

A React carousel component that aims to be as flexible as possible
MIT License
14 stars 3 forks source link

feat: add source parameter to afterChange and beforeChange callbacks #21

Closed jdiogopeixoto closed 4 years ago

jdiogopeixoto commented 4 years ago

This PR adds a new parameter source to afterChange and beforeChange callbacks, so we know if the update was either caused by the autoplay or by an user interaction.