I wanted to adjust the scrolling speed of the pictures at the homepage, but no matter what option I use, it won‘t change the speed and it‘s a bit too fast for me.
In another ticket you said, that you have to adjust „smooth scroll“ in the customizer. But no matter which option I use (fast, slow, off), it‘s still the same speed. I tried to adjust it via css code, but I didn‘t find the correct one.
Here the solution for other readers.
The scroll speed on the homepage is controlled by the java script “iasg.js”.
You can find it under your theme f8>js>iasg>iasg.js.
Search for “this.speed=2” in the file (it should be there four times) and replace it with a smaller number to make it slower, like “this.speed=1.3”. Save and done.