Skip to content

Commit

Permalink
Refine documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-semyonov committed Jun 27, 2023
1 parent 55c4f88 commit 5656f02
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ interface FlingIntoOverscrollEffect {
fun isFlingInertiaWeak(targetValue: Float): Boolean

/**
* Performs animation based on the [initialValue] and [initialVelocity] provided.
* Performs animation of fling bumping into overscroll (or drag released in overscroll area)
* based on the [initialValue] and [initialVelocity] provided.
*
* @param initialValue The initial value of the animation.
* @param initialValue The initial value of the animation (the last unconsumed scroll delta of fling animation).
* @param initialVelocity The initial velocity of the animation.
*
* @return Left velocity after animation is finished
Expand Down

0 comments on commit 5656f02

Please sign in to comment.