View Single Post
Old 02-11-2024, 05:51 AM   #1
TTY15
Junior Member
TTY15 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Feb 2024
Device: none
autoscroll while reading aloud

I followed this advice to introduce smooth scrolling with mouse with epub.

Code:
body.calibre-viewer-scrolling::before, body.calibre-viewer-scrolling::after
{ display: block; height: 100%; content: ""; }
Now I can scroll without jumping at page breaks.

But when I use "read aloud" I can't even scroll with mouse. Any advice? Scrolling with mouse while reading aloud would be great but auto-scrolling with the speed of reading aloud would be totally fantastic.

Last edited by TTY15; 02-11-2024 at 05:55 AM.
TTY15 is offline   Reply With Quote