Skip to content

Commit

Permalink
Merge pull request #3066 from abichinger/master
Browse files Browse the repository at this point in the history
Update type definition of `AnimationItem.resize`
  • Loading branch information
bodymovin authored Mar 26, 2024
2 parents b32aa83 + 149f1f8 commit c0b0924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export type AnimationItem = {
resetSegments(forceFlag: boolean): void;
hide(): void;
show(): void;
resize(): void;
resize(width?: number, height?: number): void;
setSpeed(speed: number): void;
setDirection(direction: AnimationDirection): void;
setLoop(isLooping: boolean): void;
Expand Down

0 comments on commit c0b0924

Please sign in to comment.