Module: BezierMouse

Classes

BezierMouse

Type Definitions

Options

Type:
  • Object
Properties:
Name Type Description
deviation number deviation scale (larger = more curve). default=20.
flip number controls where the control points are anchored from, false: curves closer to finish position, true: curves closer to init position. default=false.
steps number number of steps (points) when moving on the bezier curve (t=0 to t=1 at interval 1/steps). default=100.
preciseClick boolean controls if click action should be on exact point. default=false.
Source:

Point

Type:
  • Object
Properties:
Name Type Description
x number The x-coordinate of the point.
y number The y-coordinate of the point.
Source: