UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 232 B
import { AnimationComponent as AC } from '../runtime'; import { Animation } from './types'; export type FadeInOptions = Animation; /** * Transform mark from transparent to solid. */ export declare const FadeIn: AC<FadeInOptions>;