diff --git a/scroll-text-legacy-browsers.js b/scroll-text-legacy-browsers.js index 95d29d930ac84e4e31b3dfc07d1390ebc83d2f24..6252cb568e2afafabcd81c675ac32bb1e0424d88 100644 --- a/scroll-text-legacy-browsers.js +++ b/scroll-text-legacy-browsers.js @@ -310,8 +310,8 @@ function trialRoutineBegin(snapshot) { moving = 0; scrollText.setPos([((- 0.45) * screenRatio), 0.45]); - maxScroll +=round(2/fontSize); - maxScroll -=120; + maxScroll +=round(1.8/fontSize); + maxScroll -=115; //.04 => 39 but needs to be 20 //.03 => 52 //.02 => 79 but needs to be 99 diff --git a/scroll-text.js b/scroll-text.js index d4a59eb22cfa83fafed3daf534379f8805a92832..899a29abcdeea1fa6f01e9b8cb08ee3a3682d054 100644 --- a/scroll-text.js +++ b/scroll-text.js @@ -320,8 +320,8 @@ function trialRoutineBegin(snapshot) { moving = 0; scrollText.setPos([((- 0.45) * screenRatio), 0.45]); - maxScroll +=round(2/fontSize); - maxScroll -=120; + maxScroll +=round(1.8/fontSize); + maxScroll -=115; //.04 => 39 but needs to be 20 //.03 => 52 //.02 => 79 but needs to be 99 diff --git a/scroll-text.psyexp b/scroll-text.psyexp index 368a451e240b0eee137a8ae682a211139c4aaef6..412d7c497164c220be620267cf60cecdd268252a 100644 --- a/scroll-text.psyexp +++ b/scroll-text.psyexp @@ -143,7 +143,7 @@ - +