mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
@ -23,8 +23,8 @@ export class Animation {
|
||||
private _el: HTMLElement[] = [];
|
||||
private _opts: AnimationOptions;
|
||||
private _fx: {[key: string]: EffectProperty} = {};
|
||||
private _dur: number;
|
||||
private _easing: string;
|
||||
private _dur: number = null;
|
||||
private _easing: string = null;
|
||||
private _bfSty: { [property: string]: any; } = {};
|
||||
private _bfAdd: string[] = [];
|
||||
private _bfRmv: string[] = [];
|
||||
|
Reference in New Issue
Block a user