1. 03 Dec, 2015 1 commit
    • Hixie's avatar
      buildForwardTransition() · bc5307f5
      Hixie authored
      For those times when you want to do something as you move away from a
      route into the next one, as well as when you move into it from the
      previous one.
      bc5307f5
  2. 20 Oct, 2015 1 commit
  3. 05 Oct, 2015 1 commit
  4. 01 Oct, 2015 1 commit
  5. 18 Sep, 2015 1 commit
    • Hixie's avatar
      Allow route transitions to be more flexible · d4dd786b
      Hixie authored
      - Fix AnimationTiming to have defaults for 'interval' and 'curve' since
        that seems to be how we use it.
      
      - Merge RouteBase.build and RouteBase.buildTransition
      
      - Get rid of HistoryEntry, since it added nothing
      
      - Broke out RouteBase.createPerformance() so subclasses can change what
        is created.
      
      - Build the routes backwards so that we more efficiently avoid building
        hidden routes.
      
      - Introduce an explicit way (!hasContent) for RouteState to avoid
        building, rather than the implicit "build returns null" we had before.
      d4dd786b
  6. 14 Sep, 2015 1 commit
    • Hixie's avatar
      Clean up animation-related files. · 69fcc408
      Hixie authored
      Surface all the constructor arguments of AnimationTiming in all its subclasses.
      Remove some pointless casts.
      Fix some typos.
      Put constructors first in class declarations.
      Remove some blank lines where they just confused the structure of the code.
      69fcc408
  7. 08 Sep, 2015 2 commits
  8. 18 Aug, 2015 2 commits
  9. 04 Aug, 2015 1 commit
  10. 28 Jul, 2015 2 commits
  11. 16 Jul, 2015 1 commit