Skip to content

Commit c1f35e6

Browse files
committed
update types
1 parent 97c80cc commit c1f35e6

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/animations

1 file changed

+1
-1
lines changed

packages/components/src/animations/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type CurveEasing = {
88
export type PresetEasing = 'linear' | 'ease' | 'ease-in' | 'ease-out' | 'ease-in-out';
99

1010
export interface AnimationOptions {
11-
translateY?: number;
11+
translate?: number;
1212
duration?: number;
1313
easing?: CurveEasing | PresetEasing;
1414
fill?: FillMode;

0 commit comments

Comments
 (0)