• 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
Name
Last commit
Last update
..
animated_simulation.dart Loading commit data...
animated_value.dart Loading commit data...
animation_performance.dart Loading commit data...
curves.dart Loading commit data...
forces.dart Loading commit data...
scheduler.dart Loading commit data...
scroll_behavior.dart Loading commit data...
timeline.dart Loading commit data...