UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

12 lines (11 loc) 279 B
/** * Enumeration constants to define the type of animations that a {@link BaseAnimation} represents */ export declare enum EAnimationType { Fade = "Fade", Scale = "Scale", Sweep = "Sweep", Wave = "Wave", Style = "Style", Custom = "Custom" }