We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi want to create a page scroll percentage indicator:
const animation = new Motus.Animation({ $el: document.getElementById("app"), startPoint: 0, endPoint: document.body.offsetHeight, keyframes: [ {width: '100%'} ] });
But why i can't use 100%? And is this the right approach?
The text was updated successfully, but these errors were encountered:
use motus to create a scroll progress indivator is not a good idea. try this https://www.30secondsofcode.org/css/s/scroll-progress-bar
Sorry, something went wrong.
No branches or pull requests
Hi want to create a page scroll percentage indicator:
But why i can't use 100%? And is this the right approach?
The text was updated successfully, but these errors were encountered: