• Adam Barth's avatar
    Simplify Scrollable animations · 49aba0cc
    Adam Barth authored
    Rather than having two objects driving scrolling animations, we now have one
    object, a Timeline, drive both scrollTo and fling animations. Using Timeline
    instead of AnimatedSimulation paves the way to removing AnimatedSimulation
    (which is now used only inside the animation library).
    
    Finally, this patch also simplifies (and makes private) _TweenSimulation by
    using AnimatedValue to do the math.
    49aba0cc
Name
Last commit
Last update
..
animation Loading commit data...
gestures Loading commit data...
material Loading commit data...
painting Loading commit data...
rendering Loading commit data...
services Loading commit data...
widgets Loading commit data...