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?
March 26, 2018 at 9:40 am
#17263
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]