Update Animations.md - LayoutAnimation is no longer iOS only

This commit is contained in:
Brent Vatne 2015-12-10 13:55:32 -08:00
parent 3eb32cbb0e
commit c5c41d9d4c

View File

@ -248,7 +248,7 @@ concise, robust, and performant way. Check out more example code in
doesn't support what you need, and the following sections cover other animation
systems.
### LayoutAnimation (iOS only)
### LayoutAnimation
`LayoutAnimation` allows you to globally configure `create` and `update`
animations that will be used for all views in the next render/layout cycle.