mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Actions can only be added once Makes sure instant actions are run on Repeat and RepeatForever Adds ActionGroup which runs actions in parallell Adds support for animation curves and easing Makes it possible to animate sizes and rects Fixes issue with SpriteBox not being updated R=abarth@chromium.org Review URL: https://codereview.chromium.org/1235653004 .