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
I thiiiiink that is not actually the ripple, but the "element is focused" indicator, which should still be visible, for accessibility, despite the element having no ripple.
Hmmmm, I think I got the idea... My real concern is that it causes some lag or poor devices... I mean... I ran it on a Motorola G and it went smooth, but running on a Galaxy S4 I realized some lagging on first tap
Description
Despiste documentation mention we can use
noink
attribute to disable ripple effect, The ripple is created and executed on tapExpected outcome
Toggling
paper-toggle-button
should not create or execute the ripple effect whilenoink
attribute is presentActual outcome
When the user toggles the element, the ripple effect is created and executed while
noink
attribute is presentLive Demo
https://elements.polymer-project.org/elements/paper-toggle-button?view=demo:demo/index.html&active=paper-toggle-button
Steps to reproduce
paper-toggle-button
element in the page.Browsers Affected
Tested browsers
Not tested
The text was updated successfully, but these errors were encountered: