Skip to content

Add swappable animation functions #4

Description

@ferrous26

Right now, when you call Mouse.move_to the animation is a straight from start to finish. It would be nice if Mouse.move_to supported an additional argument that matched to an animation function, or perhaps take a block.

Mouse.move_to [10, 10] # default
Mouse.move_to [10, 10], :bezier
Mouse.move_to [10, 10], :wacky

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions