GifGestureStep

annotation class GifGestureStep(val type: GifGestureType = GifGestureType.PAUSE, val frames: Int = 0, val xFraction: Float = 0.5f, val yFraction: Float = 0.5f, val framesAfter: Int = 0, val points: Array<GifFractionPoint> = [], val holdStartFrames: Int = 0, val framesPerWaypoint: Int = 0, val releaseFrames: Int = 0)

A low-level gesture replay step.

Properties

Link copied to clipboard
val frames: Int = 0

Pause frame count for PAUSE.

Link copied to clipboard
val framesAfter: Int = 0

Pause frames after a TAP.

Link copied to clipboard

Interpolation frames between drag waypoints.

Link copied to clipboard

Pause frames after pointer down for DRAG_PATH.

Link copied to clipboard

Drag path points for DRAG_PATH.

Link copied to clipboard

Pause frames after pointer up for DRAG_PATH.

Link copied to clipboard

Gesture operation to perform.

Link copied to clipboard
val xFraction: Float = 0.5f

Horizontal fraction for TAP.

Link copied to clipboard
val yFraction: Float = 0.5f

Vertical fraction for TAP.