2024年9月11日

flutter第五篇:动画

摘要: flutter中的动画主要分为隐式动画、显式动画、自定义隐式动画、自定义显式动画、Hero动画5种。 隐式动画:Animatedxxx AnimatedContainer,当其decoration、width、height、alignment属性改变时,触发动画。动画执行时间由AnimatedCon 阅读全文

posted @ 2024-09-11 10:39 koushr 阅读(133) 评论(0) 推荐(0)

导航