• Adam Barth's avatar
    Introduce Tween and the new animation API · bc20871c
    Adam Barth authored
    This patch removes state from the animation system, which was causing problems
    as we were scaling the use of animated values.
    
    Now the "tween" objects are stateless and can watch animations, which creates a
    new object that holds both the tween and the animation instead of mutating the
    tween every tick of the animation.
    
    This patch ports one client as a proof-of-concept.
    
    Fixes #215
    bc20871c
Name
Last commit
Last update
..
address_book Loading commit data...
fitness Loading commit data...
hello_world Loading commit data...
material_gallery Loading commit data...
mine_digger Loading commit data...
raw Loading commit data...
rendering Loading commit data...
stocks Loading commit data...
widgets Loading commit data...
.gitignore Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...