1 | import type { ValidKeyframeProps } from './commonTypes';
|
2 | import { ReduceMotion } from '../../commonTypes';
|
3 | export declare class ReanimatedKeyframe {
|
4 | constructor(definitions: ValidKeyframeProps);
|
5 | duration(durationMs: number): ReanimatedKeyframe;
|
6 | delay(delayMs: number): ReanimatedKeyframe;
|
7 | reduceMotion(reduceMotionV: ReduceMotion): ReanimatedKeyframe;
|
8 | withCallback(callback: (finished: boolean) => void): ReanimatedKeyframe;
|
9 | }
|
10 | export declare const Keyframe: typeof ReanimatedKeyframe;
|
11 | //# sourceMappingURL=Keyframe.d.ts.map |
\ | No newline at end of file |