You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
457 B

4 months ago
import type { AnimationExecutor } from './types';
/**
* <zh/>
*
* <en/> Animation syntax executor
* @param element - <zh/> | <en/> shape to execute animation
* @param keyframes - <zh/> | <en/> animation keyframes
* @param options - <zh/> | <en/> animation syntax
* @returns <zh/> | <en/> animation instance
*/
export declare const executor: AnimationExecutor;