Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Animated back to top button with CSS #320

Open
LITUATUI opened this issue Feb 4, 2023 · 1 comment
Open

Animated back to top button with CSS #320

LITUATUI opened this issue Feb 4, 2023 · 1 comment

Comments

@LITUATUI
Copy link

LITUATUI commented Feb 4, 2023

The idea is to show a back to top button only after scrolling with CSS.

This article shows some methods that only use CSS, no JS.

I especially like this method with a fading button.

What do you guys think?

@simeononsecurity
Copy link
Contributor

simeononsecurity commented Feb 5, 2023

You can easily add it with this in your extend_footer.html with js

<script src="https://unpkg.com/[email protected]/dist/vanilla-back-to-top.min.js"></script>
<script>addBackToTop({
  diameter: 56,
  backgroundColor: 'rgb(255, 82, 82)',
  textColor: '#fff'
})</script>

Though for this to have widespread compatibility, it really needs the js:

https://www.w3schools.com/howto/howto_js_scroll_to_top.asp

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

No branches or pull requests

2 participants