Replies: 1 comment
-
|
Hello, There is no such thing as The new API will completely replace the old one in the next major release (4.x). |
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.
-
Hello,
I have a question regarding the animation handling in the experimental
ChildStackcomposable.I noticed that
com.arkivanov.decompose.extensions.compose.experimental.stack.ChildStackaccepts acom.arkivanov.decompose.extensions.compose.experimental.stack.animation.StackAnimationerfor animations.However, there is also a non-experimental
com.arkivanov.decompose.extensions.compose.stack.animation.StackAnimation.I am curious about the design decision behind this. Why was the new experimental
StackAnimationerintroduced for the experimentalChildStackinstead of reusing the existingStackAnimation?Are there plans for
StackAnimationerto eventually replaceStackAnimation, or do they serve different purposes?Beta Was this translation helpful? Give feedback.
All reactions