pirony / ks-vue-scrollmagic

Vue plugin that makes using Scrollmagic with Vue a walk in the park
MIT License
45 stars 9 forks source link

Issue with active scroll handler #7

Open bovas85 opened 6 years ago

bovas85 commented 6 years ago

Error: ks-vue-scrollmagic.js:8088 [Violation] Added non-passive event listener to a scroll-blocking 'mousewheel' event. Consider marking event handler as 'passive' to make the page more responsive.

In the actual js file it says TODO for chrome scroll jitter. Just wondering if you had a look at this and know how to fix it?

pirony commented 6 years ago

Hi @bovas85 , not yet... will try to fix it ASAP, but I miss some free time

bovas85 commented 6 years ago

Thanks @pirony