-
Notifications
You must be signed in to change notification settings - Fork 814
Closed as not planned
Labels
area/compositionCategorizes an issue or PR as relevant to Composition APIsCategorizes an issue or PR as relevant to Composition APIsdifficulty/challenging 🤯Categorizes an issue for which the difficulty level is reachable with internals understandingCategorizes an issue for which the difficulty level is reachable with internals understandingepickind/enhancementNew feature or requestNew feature or requestproject/animations 🎡Categorizes an issue or PR as relevant to animationsCategorizes an issue or PR as relevant to animations
Description
What would you like to be added:
More performant animations on Android
Why is this needed:
Fix multiple issues with current implementation, match the UWP behavior en enhance performance.
For which Platform:
- Android
Anything else we need to know?
Related epic for WASM: #3919
Required features
- Add independent compositor thread
- Capture current rendering of controls into
RenderNode
- Update the
RenderTransformAdapter
to use those nodes - Update the pointers dispatch to take care of the new transforms
- Implement the animations composition APIs
- Refactor XAML animations to use composition APIs
Misc tasks and tests
- Validate the
CompositorThread
behavior when Android'sActivity
is re-created (feat(animations): Add compositor thread on Android #5587 (comment)).
Metadata
Metadata
Assignees
Labels
area/compositionCategorizes an issue or PR as relevant to Composition APIsCategorizes an issue or PR as relevant to Composition APIsdifficulty/challenging 🤯Categorizes an issue for which the difficulty level is reachable with internals understandingCategorizes an issue for which the difficulty level is reachable with internals understandingepickind/enhancementNew feature or requestNew feature or requestproject/animations 🎡Categorizes an issue or PR as relevant to animationsCategorizes an issue or PR as relevant to animations