You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
When you scroll through a website for example on mobile and you have paper ripple elements and you place your finger exactly on that element to scroll, a paper ripple executes. This shouldn't happen IMO since the user did never intend to click the button. He's scrolling. This is confusing the user and also fires core-transitionend when you don't want it to happen.
The text was updated successfully, but these errors were encountered:
I did a workaround for this, put a 0,5 second timeout when scrolling. So I can set a variable called "scrolling" to true. By doing this, you can stop ripple effect using core-transitionend callback of the item paper-ripple used. Maybe not a perfect solution but may help to someone else.
When you scroll through a website for example on mobile and you have paper ripple elements and you place your finger exactly on that element to scroll, a paper ripple executes. This shouldn't happen IMO since the user did never intend to click the button. He's scrolling. This is confusing the user and also fires core-transitionend when you don't want it to happen.
The text was updated successfully, but these errors were encountered: