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