Replies: 3 comments 4 replies
-
I’ve thought about something similar. I think it would be good to add a Customizing Animations page, borrowing from the transition page on framer-motion’s docs, since the API is inspired from there |
Beta Was this translation helpful? Give feedback.
-
I think this thread is good inspiration for examples: https://twitter.com/mattgperry/status/1547929223351844864?s=20&t=ChiVaucsyKp8MfRRW0VeJg We can do the same thing framer does. |
Beta Was this translation helpful? Give feedback.
-
Would love to see an example of modifying the transition when applying the useDynamicAnimation hook. is there a method to include an alternate transition for certain instances when calling animation.animateTo({ … }) ? I know framer motion has the ability to add a transition prop with the animation object. I tried to see if that was available but it didn’t seem to work. I’m firing two animations at the same time but I just want a small delay on one in certain instances. Essentially to override the default trans set on the transition prop. Do you have any similar examples like this? |
Beta Was this translation helpful? Give feedback.
-
First I want to thank you Fernando for developing this library.
Second, I was having the
Tried to synchronously call anonymous function from a different thread
error when using Moti on Android. I was debugging for hours and the problem was that I incorrectly let IntelliSense importEasing
fromreact-native
instead of importing the one fromreact-native-reanimated
(that exports worklet functions).I just thought some examples in the
docs/api/props.md
file should be enough to clarify this. Would you like to talk about what could be useful examples to include in a pull request?Beta Was this translation helpful? Give feedback.
All reactions