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 Simultaneous gesture recognition feature specification
Status Library
Draft as of December 4, 2016 gestures

Simultaneous gesture recognition feature specification

Multiple gesture recognizers can be associated with a single element. All associated gesture recognizers should be capable of generating values simultaneously. For instance:

Two pan gestures are registered to an element:

  • horizontal pans move between items in the element, and
  • vertical pans collapse or expand the element.

Both gestures might occur simultaneously.