dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.87k stars 1.69k forks source link

[Android] Animation lag when we use framework TranslateTo() method. #10789

Open BalachandarSelvam opened 1 year ago

BalachandarSelvam commented 1 year ago

Description

When I use framework translate to method to update the view position with animation. The animation was not as smooth when compared to windows platform.

Steps to Reproduce

  1. Open and run the sample
  2. press the button to create translate animation
  3. observe the animation.

Link to public reproduction project repository

https://github.com/BalachandarSelvam/Framework-bug/tree/main/TranslateAnimation-Bug

Version with bug

6.0.541

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 9

Did you find any workaround?

No

Relevant log output

No response

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

jinxinjuan commented 1 year ago

Verified this issue with Visual Studio 17.7.0 Preview 1.0. Can repro on Android platform with sample project. TranslateAnimation-Bug.