TuckerMassad / react-animated-counter

React Animated Counter Component
MIT License
66 stars 12 forks source link

Fixed unwanted animation on scrollTo event #14

Open masrur-mmrs opened 6 months ago

masrur-mmrs commented 6 months ago

In response to This Issue To fix the issue with unwanted translate-y animation from bottom on scrollTo event trigger, I fixed the position value by adding transition={{ layout: { duration: 0 } }} on motion.div

TuckerMassad commented 6 months ago

Hey @masrur-mmrs, thanks for the PR! I'll take a peek at this in a few and do some testing, at first glance things look good to me. Will keep you updated