This repository was archived by the owner on Nov 12, 2024. It is now read-only.
Woooooow 🤩 #82
Unanswered
lindamacdonald
asked this question in
Support
Replies: 3 comments 1 reply
-
I was actually about to write an article on this! My advice will be to prefer Framer Motion though haha. But if you wanna use Motion One with it it's broadly possible: function App() {
const ref = useRef(null)
useEffect(() => {
animate(ref.current, { opacity: 1 })
}, [])
return <div ref={ref} style={{ opacity: 0 }} />
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
and would love to see a tut on how to use the chrome extension too :) now you shall not here a peep from me for the rest of the evening because I shall be busy conjuring up all sorts of animations :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
scratch that last request, found the video :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is what i have been waiting for for aaaaages 🤩 are there some tutorials for react?
Beta Was this translation helpful? Give feedback.
All reactions