Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scrolling/continuous-scrolling functionality #40

Open
saihaj opened this issue Apr 9, 2020 · 2 comments
Open

Add scrolling/continuous-scrolling functionality #40

saihaj opened this issue Apr 9, 2020 · 2 comments
Labels
Impacts Few Does not affect many end-users. □ Type Story Feature or requirement written from the user's perspective using non-technical language.

Comments

@saihaj
Copy link
Member

saihaj commented Apr 9, 2020

Ideas:

  • Tap lines to set speed (basically program notices line length and speed of "activating" line, and calculates speed based on that)
  • Use line length to help refine speed, don't scroll too fast if lines are filling up screen, but speed up scrolling if lines don't wrap and have paragraph breaks, etc.
  • Make sure to not scroll if starting from top of content (assume first most line is active and has to be read through)
  • Indicate speed somehow (perhaps indicate which line is being read with a highlighted background and fill it up slowly as it's being "read" by program, this would be annoying if speed is off and keeps highlighting the wrong line though)
  • need to know the height of words based on font size and the viewer port height (as font size increases, page scrolling speeds up too), track font size in implementation
@bhajneet
Copy link
Member

bhajneet commented Apr 9, 2020

Related to spec outlined in shabados/presenter#71 (comment)

@bhajneet
Copy link
Member

bhajneet commented Apr 9, 2020

Can be done without reader mode. Scrolling to just read more easily, and locking to set read speed could be an option too per hyper-button in drawer.

@bhajneet bhajneet changed the title Add an optional auto-scroll functionality Add scrolling/continuous-scrolling functionality Apr 9, 2020
@bhajneet bhajneet added Impacts Few Does not affect many end-users. Status: Confirmed □ Type Story Feature or requirement written from the user's perspective using non-technical language. labels Apr 9, 2020
@saihaj saihaj moved this to Triage in Project Management Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Impacts Few Does not affect many end-users. □ Type Story Feature or requirement written from the user's perspective using non-technical language.
Projects
Status: Triage
Development

No branches or pull requests

2 participants