mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
Clarify docs to use animated over react-tween-state & rebound
This commit is contained in:
parent
2b916f3cef
commit
f732e46581
@ -310,7 +310,7 @@ animations that underlies all of the JavaScript-based animation APIs. In
|
|||||||
general, you shouldn't need to call this yourself - the animation API's will
|
general, you shouldn't need to call this yourself - the animation API's will
|
||||||
manage frame updates for you.
|
manage frame updates for you.
|
||||||
|
|
||||||
### react-tween-state
|
### react-tween-state (Not recommended - use [Animated](#animated) instead)
|
||||||
|
|
||||||
[react-tween-state](https://github.com/chenglou/react-tween-state) is a
|
[react-tween-state](https://github.com/chenglou/react-tween-state) is a
|
||||||
minimal library that does exactly what its name suggests: it *tweens* a
|
minimal library that does exactly what its name suggests: it *tweens* a
|
||||||
@ -377,7 +377,7 @@ Here we animated the opacity, but as you might guess, we can animate any
|
|||||||
numeric value. Read more about react-tween-state in its
|
numeric value. Read more about react-tween-state in its
|
||||||
[README](https://github.com/chenglou/react-tween-state).
|
[README](https://github.com/chenglou/react-tween-state).
|
||||||
|
|
||||||
### Rebound
|
### Rebound (Not recommended - use [Animated](#animated) instead)
|
||||||
|
|
||||||
[Rebound.js](https://github.com/facebook/rebound-js) is a JavaScript port of
|
[Rebound.js](https://github.com/facebook/rebound-js) is a JavaScript port of
|
||||||
[Rebound for Android](https://github.com/facebook/rebound). It is
|
[Rebound for Android](https://github.com/facebook/rebound). It is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user