UNPKG

363 BTypeScriptView Raw
1import type { AnimationEffectTiming } from '../dom';
2import type { IElement } from '../dom/interfaces';
3export declare function convertEffectInput(keyframes: ComputedKeyframe[], timing: AnimationEffectTiming, target: IElement | null): (target: IElement, fraction: number) => void;
4export declare function formatAttribute(name: string, value: any): [string, any];