mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +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