diff --git a/docs/docs/ANIMATED.md b/docs/docs/ANIMATED.md index d5d4751..608b38b 100644 --- a/docs/docs/ANIMATED.md +++ b/docs/docs/ANIMATED.md @@ -5,9 +5,9 @@ sidebar_label: Zooming with Reanimated ---
- - - + + +
@@ -15,11 +15,7 @@ sidebar_label: Zooming with Reanimated 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. -:::note -The `` component does provide a natively implemented zoom gesture which you can enable with the `enableZoomGesture={true}` 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. -::: +Note: The `` component does provide a natively implemented zoom gesture which you can enable with the `enableZoomGesture={true}` 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. ### Installing reanimated diff --git a/docs/docs/DEVICES.md b/docs/docs/DEVICES.md index 5a8fd6f..a6f55c0 100644 --- a/docs/docs/DEVICES.md +++ b/docs/docs/DEVICES.md @@ -5,7 +5,10 @@ sidebar_label: Camera Devices ---
- + + + +
### What are camera devices? diff --git a/docs/docs/FRAME_PROCESSORS.md b/docs/docs/FRAME_PROCESSORS.md index 6387f48..f5aa1af 100644 --- a/docs/docs/FRAME_PROCESSORS.md +++ b/docs/docs/FRAME_PROCESSORS.md @@ -10,7 +10,10 @@ FRAME PROCESSORS ARE STILL WORK IN PROGRESS - SEE [#2](https://github.com/cuvent
- + + + +
### What are frame processors? diff --git a/docs/static/img/demo.gif b/docs/static/img/demo.gif new file mode 100644 index 0000000..8b6a999 Binary files /dev/null and b/docs/static/img/demo.gif differ diff --git a/docs/static/img/frame.png b/docs/static/img/frame.png new file mode 100644 index 0000000..3d42b5f Binary files /dev/null and b/docs/static/img/frame.png differ diff --git a/docs/static/img/ultra-wide-demo.gif b/docs/static/img/ultra-wide-demo.gif deleted file mode 100644 index 6d671d5..0000000 Binary files a/docs/static/img/ultra-wide-demo.gif and /dev/null differ