This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Can I disable smooth scrolling effect?

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Can I disable smooth scrolling effect? Reply To: Can I disable smooth scrolling effect?

#17263
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

You can completely disable the custom scroll script here, if you want to.

It is also possible that there is some inherent animations from theme or other plugin stylesheets. Using this custom CSS should get rid off everything else:

[html].asp_r, .asp_r * {
transition: none !important;
transform: none !important;
animation-duration: unset !important;
}[/html]