fix(animations): get easing curve from parent animation

This commit is contained in:
Adam Bradley
2016-03-04 12:17:54 -06:00
parent ec11ae3adf
commit bc0699409e

View File

@ -56,6 +56,8 @@ export class Animation {
this._pFns = [];
this._fFns = [];
this._fOnceFns = [];
this._easing = this._dur = null;
}
element(ele: any): Animation {