Thinking-Earth / sinkingus

0 stars 2 forks source link

Tips for Creating Animations in Flutter Web #45

Open fivebellhyun opened 4 months ago

fivebellhyun commented 4 months ago

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.