medialize / ally.js

JavaScript library to help modern web applications with accessibility concerns
http://allyjs.io/
MIT License
1.53k stars 83 forks source link

Use Passive Event Listeners for touch events #140

Open rodneyrehm opened 8 years ago

rodneyrehm commented 8 years ago

As of Chrome 51 Passive Event Listeners are available. We should convert all touch and scroll event listeners to make use of that where possible.