diff --git a/docs/docs/guides/ANIMATED.mdx b/docs/docs/guides/ANIMATED.mdx index 80c0509..8991091 100644 --- a/docs/docs/guides/ANIMATED.mdx +++ b/docs/docs/guides/ANIMATED.mdx @@ -1,7 +1,7 @@ --- id: animated -title: Zooming with Reanimated -sidebar_label: Zooming with Reanimated +title: Zooming +sidebar_label: Zooming --- import useBaseUrl from '@docusaurus/useBaseUrl'; @@ -13,10 +13,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; -## Animations - -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. - The `` 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. ### Animation libraries