Staggered animations
What you’ll learn
-
千鳥アニメーションは、連続したアニメーションまたは重なり合うアニメーションで構成されます。
-
千鳥アニメーションを作成するには、複数の
Animation
オブジェクトを使用します。 -
1つの
AnimationController
がすべてのAnimation
を制御します。 -
Each
Animation
object specifies the animation during anInterval
.工事中🏗 -
アニメーション化したいプロパティに対して、Tweenをつくります。
Terminology:Tweenについて知らない場合、Animations in Flutter tutorialをご覧ください。
参考