react-component / scroll-anim

Animate Scroll React Component
http://react-component.github.io/scroll-anim/
MIT License
305 stars 43 forks source link

Temporarily disable scroll animations? #43

Closed mrcoles closed 5 years ago

mrcoles commented 5 years ago

Is there any way to temporarily disable the scroll animations? I have a Chrome extension that lets people screenshot web pages and on sites using this library it generally catches things mid-animation. Usually, it does things like set transitions to 0, but I’m seeing that the animations here are all done by setting explicit transform values directly in javascript. I don’t see a way to achieve that with this library (example site).

jljsj33 commented 5 years ago

There is no way to ban it for the time being. If you have ideas, you can pr