Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 412 Bytes

swipe.md

File metadata and controls

17 lines (9 loc) · 412 Bytes

Perform a swipe gesture.

It also drags along with it any element that happens to be at the coordinates where the swipe started.

Examples

  • 0, 0, 0, 150 - swipe 150px down.

  • 0, 0, 0, -150 - swipe 150px up.

  • 0, 0, 200, 200 - swipe 200px to the lower right.

  • 0, 0, 50v, 0 - swipe from the left side of the viewport to its center.

Units

  • v (relative to the viewport's size).