+ 1
Track page scrolling with React
I'm using Chakra UI in a Next/TS/React project. How can I track the scrolling in a proper way? Seems like I can't use framer, as an animation should be applied to a Container component (from Chakra UI). Any advices, please?
2 Answers
+ 1
It's possible to use framer motion in Chakra UI.
It has mentioned in Chakra UI official site https://chakra-ui.com/guides/integrations/with-framer
0
CalviŐ˛ , thank you