mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(animations): get easing curve from parent animation
This commit is contained in:
@ -56,6 +56,8 @@ export class Animation {
|
||||
this._pFns = [];
|
||||
this._fFns = [];
|
||||
this._fOnceFns = [];
|
||||
|
||||
this._easing = this._dur = null;
|
||||
}
|
||||
|
||||
element(ele: any): Animation {
|
||||
|
Reference in New Issue
Block a user