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
I don't understand, how I can use smooth scrolling, when I click an anchor link, if I use Gemini scrollbar.
If I use code from this answer:
Source on Codepen — https://codepen.io/Kristinita/pen/NvqBPV.
Demonstration:
Without Gemini
Source — https://github.com/KristinitaTest/KristinitaTest.github.io/blob/master/Scrollbar/Gemini-smooth.html.
I get an error in Firefox native console:
TypeError: el is null
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @Kristinita, does this work for you https://jsfiddle.net/05efmw1f/?
BTW, there is a similar issues regarding mixing gemini + jquery + smooth-scrolling (#28).
Important bits:
new GeminiScrollbar({ element: document.body ...
$( scrollbar.getViewElement() ).animate
html { height: 100vh }
If that works for you, how do you think the documentation can be improved?
Sorry, something went wrong.
@Kristinita, can this be closed?
@noeldelgado , see issue. I don't understand, how I can solve the problem.
No branches or pull requests
1. Briefly
I don't understand, how I can use smooth scrolling, when I click an anchor link, if I use Gemini scrollbar.
2. Expected behavior
If I use code from this answer:
Source on Codepen — https://codepen.io/Kristinita/pen/NvqBPV.
Demonstration:
Without Gemini
3. Actual behavior
Source — https://github.com/KristinitaTest/KristinitaTest.github.io/blob/master/Scrollbar/Gemini-smooth.html.
Demonstration:
I get an error in Firefox native console:
4. Did not help
Thanks.
The text was updated successfully, but these errors were encountered: