medialize / ally.js

JavaScript library to help modern web applications with accessibility concerns

Home Page:http://allyjs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Passive Event Listeners for touch events

rodneyrehm opened this issue · comments

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.