igniteui-react-core
Version:
Ignite UI React Core.
33 lines (32 loc) • 1.06 kB
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class GridAnimationPhaseSettingsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private k;
get durationMilliseconds(): number;
set durationMilliseconds(a: number);
private l;
get holdInitialMilliseconds(): number;
set holdInitialMilliseconds(a: number);
private m;
get perItemDelayMilliseconds(): number;
set perItemDelayMilliseconds(a: number);
private n;
get subItemDurationMilliseconds(): number;
set subItemDurationMilliseconds(a: number);
private j;
get desiredSubItemDurationMilliseconds(): number;
set desiredSubItemDurationMilliseconds(a: number);
private h;
get shouldItemsFinishSimultaneously(): boolean;
set shouldItemsFinishSimultaneously(a: boolean);
private t;
get easingFunctionType(): string;
set easingFunctionType(a: string);
}