mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL decouples the new animation system (based on AnimationPerformance and AnimatedVariable) from the old animation system (based on AnimatedValue). It introduces a new Ticker and Timeline class to drive AnimationPerformance and makes it possible for AnimatedComponent to watch performances directly. R=eseidel@chromium.org, mpcomplete@chromium.org, mpcomplete@google.com Review URL: https://codereview.chromium.org/1226263003 .