From 9c84984f85dc541d4a8457539a0841b9bb87f0ac Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Fri, 11 Aug 2017 00:20:02 -0400 Subject: [PATCH] Better looking "back" tweeningSet --- js/proximity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/proximity.js b/js/proximity.js index 92e168c..20a0f56 100644 --- a/js/proximity.js +++ b/js/proximity.js @@ -71,7 +71,7 @@ var tweeningSets = { // numbers refer to indicies into the allTweeningsFns array snappy: [10, 11, 12, 13, 14, 15], bouncy: [16, 17, 18], elastic: [19, 20, 21], - back: [22, 23, 24] + back: [24] }; var tweeningFns = tweeningSets.meandering; // the actual set of tweening functions points will randomly choose from // click effect related config vars