diff --git a/docs/Animations.md b/docs/Animations.md index faaea60ea6c..39f1fecf32e 100644 --- a/docs/Animations.md +++ b/docs/Animations.md @@ -356,7 +356,7 @@ You can also take a look at the [source code](https://github.com/facebook/react- Not everything you can do with `Animated` is currently supported by the native driver. The main limitation is that you can only animate non-layout properties: -things like `transform`, `opacity` and `backgroundColor` will work, but flexbox and position properties will not. +things like `transform` and `opacity` will work, but flexbox and position properties will not. When using `Animated.event`, it will only work with direct events and not bubbling events. This means it does not work with `PanResponder` but does work with things like `ScrollView#onScroll`. @@ -490,4 +490,4 @@ option](http://facebook.github.io/react-native/blog/2017/02/14/using-native-driv You may also want to defer any computationally intensive work until after animations are complete, using the [InteractionManager](docs/interactionmanager.html). You can monitor the -frame rate by using the In-App Developer Menu "FPS Monitor" tool. \ No newline at end of file +frame rate by using the In-App Developer Menu "FPS Monitor" tool.