From ea7210309f0fe0347498db926415db442b5384bf Mon Sep 17 00:00:00 2001 From: Ben Burlingham Date: Tue, 31 Oct 2017 06:38:50 -0700 Subject: [PATCH] Progress on global animation management. --- index.html | 16 +- js/animation.js | 105 +-- js/animation1a.js | 142 +---- js/animation1b.js | 72 +-- js/arc.js | 31 +- js/bundle.js | 1560 ++++++++++++++++++++++----------------------- js/controls.js | 201 ++++-- js/enums.js | 2 +- js/index.js | 30 +- js/particle.js | 112 ++-- js/random.js | 6 +- 11 files changed, 1089 insertions(+), 1188 deletions(-) diff --git a/index.html b/index.html index aad9195..d49ce1e 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ Explore the RxJs API by managing moving particle systems. The systems should: