1. 26 Sep, 2016 1 commit
    • Ian Hickson's avatar
      Turn off AnimationControllers when not in use (#5902) · 9e673853
      Ian Hickson authored
      This requires all AnimationController objects to be given a
      TickerProvider, a class that can create the Ticker.
      
      It also provides some nice mixins for people who want to have their
      State provide a TickerProvider. And a schedulerTickerProvider for those
      cases where you just want to see your battery burn.
      
      Also, we now enforce destruction order for elements.
      9e673853
  2. 04 Aug, 2016 1 commit
  3. 24 Jun, 2016 1 commit
  4. 23 Jun, 2016 2 commits
  5. 13 Jun, 2016 1 commit
  6. 04 May, 2016 1 commit
  7. 22 Apr, 2016 1 commit
  8. 02 Mar, 2016 1 commit
  9. 27 Feb, 2016 1 commit
    • Adam Barth's avatar
      Elide fewer AnimationStatus callbacks · 25ab5555
      Adam Barth authored
      Previously we would elide forward and reverse callbacks that canceled each
      other out, which broke the expected state machine. Now we synchronously deliver
      status callbacks when start an animation.
      
      Fixes #1913
      25ab5555
  10. 21 Feb, 2016 1 commit