1. 27 Jul, 2018 1 commit
  2. 23 Jul, 2018 1 commit
  3. 16 Jul, 2018 2 commits
  4. 01 Feb, 2018 1 commit
  5. 30 Aug, 2017 1 commit
  6. 23 Apr, 2017 1 commit
  7. 20 Apr, 2017 1 commit
  8. 07 Apr, 2017 1 commit
  9. 04 Mar, 2017 1 commit
  10. 22 Jan, 2017 1 commit
  11. 10 Jan, 2017 1 commit
  12. 05 Jan, 2017 1 commit
  13. 07 Nov, 2016 1 commit
  14. 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