mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(ripple): animation speeds
This commit is contained in:
@ -136,6 +136,6 @@ export class RippleActivator extends Activator {
|
||||
}
|
||||
|
||||
const TOUCH_DOWN_ACCEL = 512;
|
||||
const EXPAND_DOWN_PLAYBACK_RATE = 0.45;
|
||||
const EXPAND_OUT_PLAYBACK_RATE = 2.5;
|
||||
const EXPAND_DOWN_PLAYBACK_RATE = 0.35;
|
||||
const EXPAND_OUT_PLAYBACK_RATE = 3;
|
||||
const OPACITY_OUT_DURATION = 750;
|
||||
|
Reference in New Issue
Block a user