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

Scroll to top ⬆ #63

Open
PositiveUser opened this issue Sep 25, 2023 · 2 comments
Open

Scroll to top ⬆ #63

PositiveUser opened this issue Sep 25, 2023 · 2 comments

Comments

@PositiveUser
Copy link

How about a scroll to top button like I find on some sites?

@PositiveUser
Copy link
Author

Many use a link with "#" or "#top" to go to the top of page:

<a href="#top">Go to top</a>

Test here on this page:
Go to top of page

@PositiveUser
Copy link
Author

PositiveUser commented Sep 25, 2023

I think a button with just an up arrow icon should let people know that it's a scroll to top button. You can show a tooltip when the button is hovered.

Most people should understand that button even without explicitly mentioning what it is or what it does but I think you can mention about it in the "Releases" page of docs when you release it.

If you want to, you can add a short/swift scrolling animation while taking into consideration the system settings about motion preference.

These are just ideas; You can make it as you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant