Open
Description
IN PROGRESS
- Maintain Custom transitions workflow
- Create CustomTransition class in tns-core-modules-widgets that implements AndroidX
Transition - More...
- Create CustomTransition class in tns-core-modules-widgets that implements AndroidX
- Remove
setCustomAnimations
from codebase- More...
- Revise current tests and create new ones
- Measure the performance impact
- (known bug) Fix nested fragments disappear during transition animation Nested frames (fragments) disappear when their parent frame (fragment) is animated #6659
Fragment animations from child fragments and their descendants are now properly handled when animating the parent Fragment
bug is fixed in androidx.fragment:fragment:1.2.0-alpha02 - Brainstorm androidX namespaces versions handling (for example
androidx.transition:transition:1.2.0-beta01
androidx.fragment:fragment:1.2.0-alpha02
)