Material Motion Exploring solutions that will empower creators with the tools needed to describe and implement rich, interactive motion on any platform. Edit this page · History
GestureRecognizer Gesture dependencies feature specification
Status Library
Draft as of December 4, 2016 gestures

Gesture dependencies feature specification

Gesture recognizers can defer recognition until other recognizers have failed. For instance:

An element can both be tapped and double-tapped; tap is deferred until the failure of double-tap.