diff --git a/ionic/animations/animation.ts b/ionic/animations/animation.ts index 0afa78454c8..8b4d9ac08a0 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 {