Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tips for Creating Animations in Flutter Web #45

Open
fivebellhyun opened this issue Apr 14, 2024 · 0 comments
Open

Tips for Creating Animations in Flutter Web #45

fivebellhyun opened this issue Apr 14, 2024 · 0 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@fivebellhyun
Copy link
Member

fivebellhyun commented Apr 14, 2024

Overall

We recall being impressed by the animations in a Flutter project you developed previously. Given the performance challenges of Flutter web compared to iOS and Android, we're curious about tips for creating visually appealing animations. It's worth noting that due to the differences between the HTML and CanvasKit renderers in Flutter web, we cannot use the HTML renderer on mobile.

Examples

A scene where I wanted to implement a more impressive screen transition animation, but had to be satisfied with a moderate animation due to the limitations of the web platform.
A scene that works well on native, but has some stutter on the web.

@fivebellhyun fivebellhyun added help wanted Extra attention is needed question Further information is requested labels Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant