Reduce scroll speed

Hi :slight_smile: I’m trying to reduce the scroll speed on my site (just manual scroll not using anchor points).

The below customs attributes seems to be a great solution but I can’t get it to work on my site. Does this only work when using anchor points? And if so are there any other approaches I could use that don’t require additional code?

data-scroll-time = 0 - will scroll immediately to the element with no delay.
data-scroll-time = 0.75 - will scroll a little faster than the default
data-scroll-time = 1 - will scroll just as fast as usual
data-scroll-time = 1.25 - will scroll a little faster than the default
data-scroll-time = 2 - will scroll twice as slow as usual
data-scroll-time = 20 - will enable TurtleMode™


Here is my public share link: LINK
(how to access public share link)

@Rachel_Donaldson
did you figure out how to do this?