How do I replicate this scrolling animation?
I found this scrolling animation on motion.dev and thought it would be great to implement it on my own website, but I have no idea where to start.
Would appreciate literally any guiding steps on how to start/what the thought process looks like.
Currently using React with Chakra UI and motion.
3 Replies
the easiest is to read the examples from motion.dev
unless you want to replicate it all yourself
I mean its using motion on the motion website, you could try to gleam the source. But ya I'm sure they have examples to show you have to do it.