You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a major update to React Scrollchor with the following changes:
Written in Typescript that will make the integration easier and safer in your development cycle
The implementation of the easing functions has been improved. Now you can choose between: easeOutQuad, swing, linear included in this module or replace it with your own function
Internally implemented using React Hooks, the new minimum dependency is React 16.8.0
Default export being removed in favor of a named Scrollchor export
The documentation, README, on the module site has been improved. Now it is much clearer.
... more details in CHANGELOG.md
All of this would not have been possible without the hard work of @SeinopSys who, basically, has done it all. THANKS David !!
Now each Scrollchor instance has its own animateScroll function that track animation state and eliminates the possibility of multiple animations interfering with each other, thanks to @xehpuk PR