• Adam Barth's avatar
    Organize sky/framework/animation · 51db28b8
    Adam Barth authored
    This CL cleans up the sky/framework/animation as follows:
    
    1) I've moved code that's used only by the custom elements framework into
       sky/framework/elements/animation. This code is based on AnimationDelegates
       rather than Streams.
    2) Rename ScrollCurve to ScrollBehavior because it encapsulates more behavior
       than just a curve.
    3) Make the Generator interface explicit and mark subclasses as actual
       subclasses.
    4) Move Simulation into generators.dart because it implements the Generator
       interface.
    5) Move Animation out of generators.dart because it does not implement the
       Generator interface.
    
    R=eseidel@chromium.org
    
    Review URL: https://codereview.chromium.org/1001373002
    51db28b8
Name
Last commit
Last update
..
color Loading commit data...
custom-element Loading commit data...
data Loading commit data...
flights Loading commit data...
fn Loading commit data...
input Loading commit data...
scrolling Loading commit data...
stocks Loading commit data...
stocks-fn Loading commit data...
terminal Loading commit data...
widgets Loading commit data...
widgets-fn Loading commit data...
home.sky Loading commit data...
spinning-square.sky Loading commit data...
touch-demo.sky Loading commit data...