Forum Discussion
Tim_
2 years agoCommunity Member
Accessibility - Reduce Motion
Can you support the Reduce Motion accessibility option in the Rise editor so the nauseating "smooth scroll / slide" effect isn't as prominent when editing and moving block around?
Tim_
2 years agoCommunity Member
I actually made myself a bookmarklet which I run every time I launch Rise. It overrides the scroll function to turn off the nauseating slippy/slidey effect when inserting blocks. I made this by creating a new bookmark, adding it to the URL field, then clicking it each time I load Rise. Less vertigo = better production IMHO.
javascript: (function(){window.scrollTo=window.scrollBy=window.scroll=function(){}})();