We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c80cc commit c1f35e6Copy full SHA for c1f35e6
packages/components/src/animations/types.ts
@@ -8,7 +8,7 @@ export type CurveEasing = {
8
export type PresetEasing = 'linear' | 'ease' | 'ease-in' | 'ease-out' | 'ease-in-out';
9
10
export interface AnimationOptions {
11
- translateY?: number;
+ translate?: number;
12
duration?: number;
13
easing?: CurveEasing | PresetEasing;
14
fill?: FillMode;
0 commit comments