1. 06 Oct, 2015 14 commits
  2. 05 Oct, 2015 21 commits
  3. 04 Oct, 2015 1 commit
  4. 03 Oct, 2015 4 commits
    • 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
    • Mehmet Akin's avatar
      Fix indent. · 8fdd8cb5
      Mehmet Akin authored
      8fdd8cb5
    • Adam Barth's avatar
      Make Ticker start ticking at zero Duration · 203e6fd7
      Adam Barth authored
      The only client wants a zero-based duration.
      203e6fd7
    • Adam Barth's avatar
      Switch scheduler over to Duration · db191e96
      Adam Barth authored
      This patch prepares us to switch to using integers when handing off the
      animation time from the engine to the framework.
      db191e96