aaronshaf / react-toggle

Elegant, accessible toggle component for React. Also a glorified checkbox.
http://aaronshaf.github.io/react-toggle/
MIT License
948 stars 158 forks source link

Possible to have other synthetic events? #131

Open wahidshafique opened 5 years ago

wahidshafique commented 5 years ago

Such as onAnimationEnd or onTransitionEnd. This is useful for when you want to have actions triggered AFTER the toggle is fully in one of its positions.