Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 706 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 706 Bytes

Custom touch handling in Android

Read the Article

All Together Now

A collection of concepts and techniques for implementing believable touch interactions.

1. Tension

Does your touch interaction have a pull resistance? Does it snap back when released?

2. Inertia

Does it fling? Does it preserve velocity?

3. Elasticity

Is it easy to stretch?

4. Boundary

Is there a threshold that it will not cross?

Interpolated Tension