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
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.