diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-03 00:17:49 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-03 00:17:49 -0500 |
| commit | 0a55602cb98fea35632f8f11e840c65cc9011018 (patch) | |
| tree | 2fb64189cfc39c8ef13f23d334a1d606c9180ab5 /StoneIsland/platforms/ios/www/js/vendor/oktween.js | |
| parent | 46af04f4b25180fdb7ad928de13c6f7d1b109414 (diff) | |
resources
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] } |
