Skip to content

2.0.6: Added function only (custom scroller) + dynamic import

Latest
Compare
Choose a tag to compare
@TomasSestak TomasSestak released this 26 Aug 16:41
· 1 commit to master since this release

Enhancements in this Release:

  1. Direct Import of scrollTo Function: Users can now directly import the scrollTo function without having to rely on the hook. This added flexibility also allows for the definition of a custom scroll container, termed as the "scroller".

  2. Dynamic Import for animate Function: The animate function from framer-motion is now dynamically imported for performance reasons.