mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
[Docs] Add Animations guide
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user