mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
perf(gesture): reduce delay with adding and removing activated states (#26741)
resolves #23691
This commit is contained in:
@@ -201,6 +201,6 @@ const getRippleEffect = (el: HTMLElement) => {
|
||||
};
|
||||
|
||||
const ACTIVATED = 'ion-activated';
|
||||
const ADD_ACTIVATED_DEFERS = 200;
|
||||
const CLEAR_STATE_DEFERS = 200;
|
||||
const ADD_ACTIVATED_DEFERS = 100;
|
||||
const CLEAR_STATE_DEFERS = 150;
|
||||
const MOUSE_WAIT = 2500;
|
||||
|
||||
Reference in New Issue
Block a user