Mouse Down and Release Interaction

Triggers actions when the mouse button is pressed down or released on an element. Useful for creating press-and-hold effects, interactive buttons, or animations that respond to mouse engagement.

You can define separate actions for both the mouse down and mouse up events.


Interaction Settings

Option Default Type Description
Prevent Default Press Behavior None Toggle

Enable this to stop the default behavior of the browser when pressing the mouse down on the element.

Turn it off to allow the default interaction.