Disable/Overwrite Animation/Transition

On this page (“Services” section) I’m trying to disable the transition/animation that occurs after the user clicks on a tab. I know this is controlled within the theme’s ‘custom.js’ file, but I can’t seem to find the function that controls the event.

I’m using Google Chrome’s Developer Tools but don’t know how to find the event and figure out how to disable the transition/animation.

I found it ok using firefox dev tools:

image

It has an event listener on it and fires that function. Looks like a function to slow down the scroll when clicking the anchor link.

Does that help you?

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.