From d9cd60bc0c026adff6303869934bb58fc832e82f Mon Sep 17 00:00:00 2001 From: Pete Hopkins Date: Thu, 20 Aug 2015 09:57:31 -0400 Subject: [PATCH] "finishAll" functionality Adds an option to finish all animations on an element's queue, not just the currently-running one. --- test/index.html | 57 +++- velocity.js | 824 +++++++++++++++++++++++++----------------------- 2 files changed, 477 insertions(+), 404 deletions(-) diff --git a/test/index.html b/test/index.html index e668129a..6237de5e 100644 --- a/test/index.html +++ b/test/index.html @@ -42,7 +42,6 @@