Replies: 1 comment
-
|
Framer includes universal packages which can be used outside of react or without react if import from |
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.
-
I'm creating motion values like this:
And I'd like to chain them together with a transform like this:
But
useTransformmust be used inside a React component and thetransformmethod expects an array of values, not a function that listens to motion value changes.Is there a way to do a transform like this without hooks?
Beta Was this translation helpful? Give feedback.
All reactions