We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267aa32 commit 0cb093eCopy full SHA for 0cb093e
src/animations/animation.ts
@@ -23,8 +23,8 @@ export class Animation {
23
private _el: HTMLElement[] = [];
24
private _opts: AnimationOptions;
25
private _fx: {[key: string]: EffectProperty} = {};
26
- private _dur: number;
27
- private _easing: string;
+ private _dur: number = null;
+ private _easing: string = null;
28
private _bfSty: { [property: string]: any; } = {};
29
private _bfAdd: string[] = [];
30
private _bfRmv: string[] = [];
0 commit comments