Skip to content

Commit

Permalink
Update API doc for createZoomImageWheel section πŸ»β€β„οΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 committed Nov 14, 2023
1 parent b168a81 commit 9c872ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/api/createZoomImageWheel.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type ZoomImageWheelState = {
enable: boolean
currentPositionX: number
currentPositionY: number
// rotation in degree - https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/rotate
currentRotation: number
}

Expand Down

0 comments on commit 9c872ef

Please sign in to comment.