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.