Skip to content

Commit d60d58b

Browse files
authored
docs: Improve Zooming documentation
1 parent b53b259 commit d60d58b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/docs/guides/ANIMATED.mdx

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: animated
3-
title: Zooming with Reanimated
4-
sidebar_label: Zooming with Reanimated
3+
title: Zooming
4+
sidebar_label: Zooming
55
---
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
@@ -13,10 +13,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1313
</svg>
1414
</div>
1515

16-
## Animations
17-
18-
Often you'd want to animate specific props in the Camera. For example, if you'd want to create a custom zoom gesture, you can smoothly animate the Camera's `zoom` property.
19-
2016
The `<Camera>` component already provides a natively implemented zoom gesture which you can enable with the [`enableZoomGesture`](/docs/api/interfaces/cameraprops.cameraprops-1#enablezoomgesture) prop. This does not require any additional work, but if you want to setup a custom gesture, such as the one in Snapchat or Instagram where you move up your finger while recording, continue reading.
2117

2218
### Animation libraries

0 commit comments

Comments
 (0)