Replies: 1 comment 2 replies
-
In general, the layout animation's API doesn't support complex animations with interpolation. You may want to create a Keyframe layout animation if you want a similar behavior to interpolate where you can set specific values for specific animation progress values. You can always describe what animations you are trying to build and I will try to help you use the right approach. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Can these two things be combined? Is there a good example?
I find the interpolation examples for regular animation difficult to understand (feels too scattered), but I don't see that there's any way to use it with a custom animation.
Beta Was this translation helpful? Give feedback.
All reactions