Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
Scroll Text
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VESPR
Scroll Text
Commits
efe84b39
Commit
efe84b39
authored
May 22, 2021
by
Wakefield Morys-Carter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
maxScroll *= round((.1 / fontSize));
parent
b3a65993
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scroll-text-legacy-browsers.js
scroll-text-legacy-browsers.js
+1
-1
scroll-text.js
scroll-text.js
+1
-1
No files found.
scroll-text-legacy-browsers.js
View file @
efe84b39
...
...
@@ -298,7 +298,7 @@ function trialRoutineBegin(snapshot) {
moving
=
0
;
scrollText
.
setPos
([((
-
0.45
)
*
screenRatio
),
0.45
]);
//maxScroll -= (round((1.6 / fontSize)) - 1
);
maxScroll
*=
round
((.
1
/
fontSize
)
);
scrollText
.
setAlignHoriz
(
'left'
);
scrollText
.
setAlignVert
(
'top'
);
// keep track of which components have finished
...
...
scroll-text.js
View file @
efe84b39
...
...
@@ -308,7 +308,7 @@ function trialRoutineBegin(snapshot) {
moving
=
0
;
scrollText
.
setPos
([((
-
0.45
)
*
screenRatio
),
0.45
]);
//maxScroll -= (round((1.6 / fontSize)) - 1
);
maxScroll
*=
round
((.
1
/
fontSize
)
);
scrollText
.
setAlignHoriz
(
'left'
);
scrollText
.
setAlignVert
(
'top'
);
// keep track of which components have finished
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment