Skip to content

Commit

Permalink
Remove tvParallaxProperties (#4182)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelsky authored Sep 13, 2024
1 parent 6e3d726 commit e6f5deb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
19 changes: 0 additions & 19 deletions docs/touchableopacity.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,25 +81,6 @@ Determines what the opacity of the wrapped view should be when touch is active.

---

### `tvParallaxProperties` <div class="label ios">IOS</div>

_(Apple TV only)_ Object with properties to control Apple TV parallax effects.

- `enabled`: If `true`, parallax effects are enabled. Defaults to `true`.
- `shiftDistanceX`: Defaults to `2.0`.
- `shiftDistanceY`: Defaults to `2.0`.
- `tiltAngle`: Defaults to `0.05`.
- `magnification`: Defaults to `1.0`.
- `pressMagnification`: Defaults to `1.0`.
- `pressDuration`: Defaults to `0.3`.
- `pressDelay`: Defaults to `0.0`.

| Type |
| ------ |
| object |

---

### `hasTVPreferredFocus` <div class="label ios">iOS</div>

_(Apple TV only)_ TV preferred focus (see documentation for the View component).
Expand Down
19 changes: 0 additions & 19 deletions website/versioned_docs/version-0.75/touchableopacity.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,25 +81,6 @@ Determines what the opacity of the wrapped view should be when touch is active.

---

### `tvParallaxProperties` <div class="label ios">IOS</div>

_(Apple TV only)_ Object with properties to control Apple TV parallax effects.

- `enabled`: If `true`, parallax effects are enabled. Defaults to `true`.
- `shiftDistanceX`: Defaults to `2.0`.
- `shiftDistanceY`: Defaults to `2.0`.
- `tiltAngle`: Defaults to `0.05`.
- `magnification`: Defaults to `1.0`.
- `pressMagnification`: Defaults to `1.0`.
- `pressDuration`: Defaults to `0.3`.
- `pressDelay`: Defaults to `0.0`.

| Type |
| ------ |
| object |

---

### `hasTVPreferredFocus` <div class="label ios">iOS</div>

_(Apple TV only)_ TV preferred focus (see documentation for the View component).
Expand Down

0 comments on commit e6f5deb

Please sign in to comment.