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
-
I'm creating motion values like this:
And I'd like to chain them together with a transform like this:
But
useTransform
must be used inside a React component and thetransform
method 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