Skip to content

Commit

Permalink
fix(animations): get easing curve from parent animation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Mar 4, 2016
1 parent ec11ae3 commit bc06994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ionic/animations/animation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export class Animation {
this._pFns = [];
this._fFns = [];
this._fOnceFns = [];

this._easing = this._dur = null;
}

element(ele: any): Animation {
Expand Down

0 comments on commit bc06994

Please sign in to comment.