Difegue / LANraragi

Web application for archival and reading of manga/doujinshi. Lightweight and Docker-ready for NAS/servers.
https://lrr.tvc-16.science
MIT License
2.24k stars 159 forks source link

Auto scroll #768

Open xiazeyu opened 1 year ago

xiazeyu commented 1 year ago

Have an idea about set a time to allow auto scroll or auto next page.

Difegue commented 1 year ago

With the recent reader JS fixes, I believe this could be as simple as just calling Reader.changePage(1); on a timer.

I don't need this feature, but this should be very easy to implement for someone wanting to get a PR in. 😉