how to add animation in react next
Unanswered
Weevil parasitoid posted this in #help-forum
Weevil parasitoidOP
Hey there everyone, i wanted to create an animation in next/react where everything moves up from bottom how can i do that. I'm sorry if it's a basic question I'm a beginner for reference i have this website volkoh.com i want to give animations like this website in mine.
3 Replies
Plott Hound
These are called scroll based animations.
Framer motion is a popular choice - https://www.framer.com/motion/scroll-animations/
Framer motion is a popular choice - https://www.framer.com/motion/scroll-animations/
If you’re really new to this there are also some super simple libraries such as this https://www.npmjs.com/package/react-animate-on-scroll
With this you can just wrap elements and tell it how to animate in.