mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Ripple timeout
This commit is contained in:
@@ -120,7 +120,7 @@ export class MaterialRippleEffect {
|
||||
if (event && event.detail !== 2) {
|
||||
setTimeout(function() {
|
||||
this.rippleElement.classList.remove('is-visible');
|
||||
}.bind(this), 0);
|
||||
}.bind(this), 150);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user