Merge 2 AnimationChannel to a single new AnimationChannel? #1032
chengenzhao
started this conversation in
Ideas
Replies: 1 comment
-
AnimationChannels cannot be combined in this way, but you can combine multiple images into a single animation channel using an overloaded constructor. As for playing in reverse, this has given me an idea. Our animation system supports it, but AnimationChannel doesn't use it and instead has its own implementation. If we were to change the implementation from custom to our animation system (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
-
Hi:
Just wonder is it possible to provide merge function of two or more different AnimationChannel
e.g.
and also it would be great if we could have
besides is it possible to provide reverse order of animation channel
e.g.
Beta Was this translation helpful? Give feedback.
All reactions