Skip to content

Commit

Permalink
final chefs touches
Browse files Browse the repository at this point in the history
  • Loading branch information
patrycjakalinska committed Jul 23, 2024
1 parent 1204492 commit 88bd6ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ LinearTransition.delay(500)

### Remarks

- The animation will be interrupted if **both** the speed is below restSpeedTreshold and the distance is less than restDisplacementTreshold. Keep in mind that if you haven't set one of the thresholds, its value will be set to the default.
- The animation will be interrupted if **both** the animation speed is below `restSpeedTreshold` and the distance to its end is less than `restDisplacementTreshold`. Keep in mind that if you haven't set one of the thresholds, its value will be set to the default.

### Example

Expand Down

0 comments on commit 88bd6ba

Please sign in to comment.