Skip to content

Commit 481e165

Browse files
m-bertj-piasecki
andauthored
Update packages/docs-gesture-handler/docs/gestures/use-pinch-gesture.mdx
Co-authored-by: Jakub Piasecki <jakub.piasecki@swmansion.com>
1 parent d671e4f commit 481e165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs-gesture-handler/docs/gestures/use-pinch-gesture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import BaseContinuousGestureCallbacks from './\_shared/base-continuous-gesture-c
3333
import SharedValueInfo from './\_shared/shared-value-info.md';
3434

3535
A continuous gesture that recognizes pinch gesture. It allows for tracking the distance between two fingers and use that information to scale or zoom your content.
36-
The gesture activates when fingers are placed on the screen and change their position.
36+
The gesture activates when fingers are placed on the screen and move away from each other or pull closer together.
3737
Gesture callback can be used for continuous tracking of the pinch gesture. It provides information about velocity, anchor (focal) point of gesture and scale.
3838

3939
The distance between the fingers is reported as a scale factor. At the beginning of the gesture, the scale factor is 1.0. As the distance between the two fingers increases, the scale factor increases proportionally.

0 commit comments

Comments
 (0)