diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-02 22:49:57 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-02 22:49:57 -0500 |
| commit | 8f57b1a8433b2b6f00e40c3dd4fce75a84aef10c (patch) | |
| tree | 692defd5c3b326ada6d0fbd0e34b4512dc0e81a1 /StoneIsland/www/js/vendor | |
| parent | e41e64bf4b75d268e0337d770f6dc1c642086c51 (diff) | |
archive swiping
Diffstat (limited to 'StoneIsland/www/js/vendor')
| -rw-r--r-- | StoneIsland/www/js/vendor/oktween.js | 1 |
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] } |
