UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 170 B
export type Animation = { duration?: number; delay?: number; easing?: string; fill?: 'forwards' | 'none' | 'backwards' | 'forwards' | 'both' | 'auto'; };