[Docs] Add Animations guide

This commit is contained in:
Brent Vatne
2015-06-19 16:10:47 -07:00
parent 56ac175939
commit e1d5cadf44
9 changed files with 396 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ title: Gesture Responder System
layout: docs
category: Guides
permalink: docs/gesture-responder-system.html
next: nativemodulesios
next: animations
---
Gesture recognition on mobile devices is much more complicated than web. A touch can go through several phases as the app determines what the user's intention is. For example, the app needs to determine if the touch is scrolling, sliding on a widget, or tapping. This can even change during the duration of a touch. There can also be multiple simultaneous touches.
@@ -68,4 +68,4 @@ However, sometimes a parent will want to make sure that it becomes responder. Th
### PanResponder
For higher-level gesture interpretation, check out [PanResponder](/react-native/docs/panresponder.html).
For higher-level gesture interpretation, check out [PanResponder](/react-native/docs/panresponder.html).