From 9a24286b3f5363ccda3cb714994b639853295567 Mon Sep 17 00:00:00 2001 From: George Michael Brower Date: Fri, 11 Feb 2011 14:54:39 -0800 Subject: [PATCH] Added easing curves for numbers, about to break old saving methods for JSON --- gui.css | 1 - index.html | 14 ++--- time/easing.js | 0 time/scrubber.js | 139 ++++++++++++++++++++++++++++++++--------------- time/timer.js | 14 +++-- 5 files changed, 110 insertions(+), 58 deletions(-) delete mode 100644 time/easing.js diff --git a/gui.css b/gui.css index 9b79876..9f9f6b8 100644 --- a/gui.css +++ b/gui.css @@ -12,7 +12,6 @@ position: absolute; top: 0; left: 0; - } .guidat { diff --git a/index.html b/index.html index b003e29..30d3074 100644 --- a/index.html +++ b/index.html @@ -24,8 +24,6 @@ - @@ -36,10 +34,11 @@