UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

33 lines (32 loc) 1.06 kB
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 i; get durationMilliseconds(): number; set durationMilliseconds(a: number); private j; get holdInitialMilliseconds(): number; set holdInitialMilliseconds(a: number); private k; get perItemDelayMilliseconds(): number; set perItemDelayMilliseconds(a: number); private l; get subItemDurationMilliseconds(): number; set subItemDurationMilliseconds(a: number); private h; get desiredSubItemDurationMilliseconds(): number; set desiredSubItemDurationMilliseconds(a: number); private f; get shouldItemsFinishSimultaneously(): boolean; set shouldItemsFinishSimultaneously(a: boolean); private r; get easingFunctionType(): string; set easingFunctionType(a: string); }