patrickmatte / scroll-capture

18 stars 5 forks source link

Animation errors with scroll behavior : smooth #14

Closed tetrabirk closed 9 months ago

tetrabirk commented 3 years ago

Hi, the animations don't work correctly with the css property "html{scroll-behavior: smooth}". In the meantime I simply deactivate it with the dev-tools and everything works perfectly. Thanks for your work

patrickmatte commented 3 years ago

Thanks for reporting this. Maybe I can try to set the scroll-behavior to auto when starting the animation and set it back to smooth after it is done.