kylewetton / image-compare-viewer

Compare before and after images, for grading and other retouching for instance. Vanilla JS, zero dependencies.
https://image-compare-viewer.netlify.com
MIT License
545 stars 32 forks source link

Touch and Wheel Wvent Listeners Not Passive #61

Open ahmed-mera opened 8 months ago

ahmed-mera commented 8 months ago

If you could marke touch and wheel event listeners as passive to improve page's scroll performance and user experience. Thanks