matthias-vogt / legitRipple.js

Material Design ripples with jQuery

Home Page:https://matthias-vogt.github.io/legitRipple.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In a single page application it will result in the performance of the phone

MinJieLiu opened this issue · comments

In a single page application it will result in the performance of the phone
.on('touchmove', function() { // In a single page application it will result in the performance of the phone in line 200 // clearTimeout(tapTimeout); tapTimeout = null; });

I'll look into it, perhaps this can be throttled or only bound when necessary.