diff --git a/Browse/Client/content/javascript/helpers.js b/Browse/Client/content/javascript/helpers.js index 042e2613..e3fbd475 100644 --- a/Browse/Client/content/javascript/helpers.js +++ b/Browse/Client/content/javascript/helpers.js @@ -151,7 +151,7 @@ function CefGetPageResolution() ConsolePrint("#scroll#"+window.scrollX+"#"+window.scrollY+"#"); }; callback(); - window.setInterval(callback, 500); + window.setInterval(callback, 250); })(); if(DOMRectList.prototype.map === undefined) diff --git a/Browse/Client/content/stylesheets/Global.seyegui b/Browse/Client/content/stylesheets/Global.seyegui index 85c195ca..7e170dbe 100644 --- a/Browse/Client/content/stylesheets/Global.seyegui +++ b/Browse/Client/content/stylesheets/Global.seyegui @@ -3,7 +3,7 @@ default // Important threshold values KeyboardKeySelectionDuration = 1.0 KeyboardZoomSpeedMultiplier = 1.0 - SensorPenetrationIncreaseDuration = 4 + SensorPenetrationIncreaseDuration = 2 SensorPenetrationDecreaseDuration = 0.5 ButtonThresholdIncreaseDuration = 1 ButtonThresholdDecreaseDuration = 2 @@ -20,7 +20,7 @@ default // GazeVisualizationColor = 0xFF820080 // Misc - AnimationDuration = 0.125 + AnimationDuration = 0.1 ButtonPressingDuration = 0.3 ButtonHitSound=sounds/GameAudio/ClickWooden-1.ogg KeyPressSound=sounds/GameAudio/ClickWooden-2.ogg