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.25k stars 160 forks source link

Implement button fade-in in Reader View #58

Closed Difegue closed 6 years ago

Difegue commented 6 years ago

Some feedback from the /h/ thread:

Reader mode could use a different button layout so that the image can hit the top of the browser, basically maximizing it. Perhaps by implementing the buttons as fade-ins in the image itself? Take a look at this stylescript for vndb https://userstyles.org/styles/124921/vndb-complete it inserts button fade-ins to the preview pictures on that site.

This could either be implemented as a theme, through JS in Reader options, or as a global modification through the general CSS (/public/css/lrr.css). Lots of different ways to tackle this! Small touch-ups to the Reader Template (/templates/reader.html.tt2) might be necessary.

Difegue commented 6 years ago

I got lazy and only implemented a reader preference to hide the top-level navigation. ¯\_(ツ)_/¯
The low-level buttons and all the shortcuts are always available even if you enable this by accident, so it shouldn't be too painful even without a fade-in on top.