summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/vendor
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/vendor')
-rw-r--r--StoneIsland/www/js/vendor/oktween.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/vendor/oktween.js b/StoneIsland/www/js/vendor/oktween.js
index d0d2b7cb..7e820b04 100644
--- a/StoneIsland/www/js/vendor/oktween.js
+++ b/StoneIsland/www/js/vendor/oktween.js
@@ -40,6 +40,7 @@ var oktween = (function(){
tween.keys = Object.keys(tween.from)
}
tween.delay = tween.delay || 0
+ tween.duration = tween.duration || 200
tween.start = last_t + tween.delay
tween.done = false
tween.then = function(fn){ tween.after = [fn] }