diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-12-31 09:53:25 -0800 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-12-31 09:53:25 -0800 |
commit | 4509d521b1f285332a3dba138a1adafa44a45f1d (patch) | |
tree | 156ed2e296e7ff727baac2772fb6db8eaf697a72 /www | |
parent | 7ee7422bf7b347320179b0c370c2ddee7519b05b (diff) | |
download | html5ks-4509d521b1f285332a3dba138a1adafa44a45f1d.tar.xz html5ks-4509d521b1f285332a3dba138a1adafa44a45f1d.zip |
Set text speed default to 100 instead of 0.5.
Diffstat (limited to 'www')
-rw-r--r-- | www/js/html5ks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/html5ks.js b/www/js/html5ks.js index e5f6c07..6cd6306 100644 --- a/www/js/html5ks.js +++ b/www/js/html5ks.js @@ -13,7 +13,7 @@ window.html5ks = { fullscreen: false, scaleAll: true, scaleVideo: true, - textSpeed: 0.5, + textSpeed: 100, autoModeDelay: 0.2, musicVolume: 1, ambientVolume: 1, |