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

Twitchy animations #5

Open
CHADREX opened this issue Nov 29, 2022 · 6 comments
Open

Twitchy animations #5

CHADREX opened this issue Nov 29, 2022 · 6 comments

Comments

@CHADREX
Copy link

CHADREX commented Nov 29, 2022

Once again, please remove unnecessary code, especially from the bootstrap)

The solution to the problem, delete the line
\wp-content\plugins\eazydocs\assets\vendors\bootstrap\bootstrap.min.css

@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}

Or forcibly use the parameter auto

@mdjwel
Copy link
Contributor

mdjwel commented Dec 10, 2022

What issues are you facing for this code?

@CHADREX
Copy link
Author

CHADREX commented Dec 11, 2022

What issues are you facing for this code?

It's about smooth scrolling after clicking on anchor links

@mdjwel
Copy link
Contributor

mdjwel commented Dec 11, 2022

Seems, there is no issue with the smooth scrolling.
If I delete that code, the smooth scroll will not work. So we need to keep that code to enable smooth scrolling. It's a feature of the plugin.

Thanks

@CHADREX
Copy link
Author

CHADREX commented Dec 11, 2022

Right, smooth scrolling won't work if it's not enabled in the browser. I'm personally more comfortable with this option.

@mdjwel
Copy link
Contributor

mdjwel commented Dec 12, 2022

Yes, you need to enable smooth scrolling from the browser settings. If you disable it from the browser, it will not work.
And we need that code using the browser's smooth scrolling feature. If we delete that code, you will not be able to use the smooth scrolling feature even with enabling it from the browser.

Thanks

@CHADREX
Copy link
Author

CHADREX commented Dec 13, 2022

Um... Why would I want smooth scrolling if I forced it off in my browser (for example)...

Anyway, smooth scrolling breaks the smooth transition to anchor links

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

2 participants