diff --git a/ionic/animations/animation.ts b/ionic/animations/animation.ts index 0afa78454c..8b4d9ac08a 100644 --- a/ionic/animations/animation.ts +++ b/ionic/animations/animation.ts @@ -56,6 +56,8 @@ export class Animation { this._pFns = []; this._fFns = []; this._fOnceFns = []; + + this._easing = this._dur = null; } element(ele: any): Animation {