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
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
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 } }}
onmotion.div