diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/vendor/oktween.js')
| -rw-r--r-- | StoneIsland/platforms/ios/www/js/vendor/oktween.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/vendor/oktween.js b/StoneIsland/platforms/ios/www/js/vendor/oktween.js index d0d2b7cb..7e820b04 100644 --- a/StoneIsland/platforms/ios/www/js/vendor/oktween.js +++ b/StoneIsland/platforms/ios/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] } |
