Skip to content

Commit

Permalink
docs: add overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dbismut committed Feb 22, 2023
1 parent 01af666 commit d9474c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/pages/docs/state.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const bind = useXXXX(state => {
velocity, // momentum of the gesture per axis (in px/ms)
distance, // offset distance per axis
direction, // direction per axis
overflow, // whether the offset is overflowing bounds (per axis)
startTime, // gesture start time
elapsedTime, // gesture elapsed time
type, // event type
Expand Down

0 comments on commit d9474c9

Please sign in to comment.