scaleInX.d.ts 253 B

1234567
  1. import { AnimationComponent as AC } from '../runtime';
  2. import { Animation } from './types';
  3. export type ScaleInXOptions = Animation;
  4. /**
  5. * Scale mark from nothing to desired shape in x direction.
  6. */
  7. export declare const ScaleInX: AC<ScaleInXOptions>;