mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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