Skip to content

Commit 46f4f03

Browse files
committed
Bionic reading on mobile 35% -> 40%
change how many letters are bolded to help ADHD reading
1 parent e63d8d7 commit 46f4f03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/js/blog/blogEntryBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class blogEntry{
4141

4242
this.bionicPercentConversion = .5; // Percent of the word to convert to bold
4343
this.bionicPercentConversion_desktop = .5;
44-
this.bionicPercentConversion_mobile = .35;
44+
this.bionicPercentConversion_mobile = .4;
4545
this.bionicBuildWaitTime = 50; // MS Waittime between building chunks of bionic text
4646
this.bionicBuildRunMax = 10; // Number of lines of text to convert per wait time timeout into bionic text, avoids thread locking the browser on long entries.
4747
this.body_bionic_toProcess = entryData.body.split('\n'); // To Convert; Unprocessed body -> bionic conversion

0 commit comments

Comments
 (0)