> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spline.design/llms.txt
> Use this file to discover all available pages before exploring further.

# Mouse Hover Event

The Mouse Events require the user to perform an action with the mouse (or touch) to trigger all the actions inside.

A Mouse Hover Event will trigger the actions while the object is being hovered. Once the object is not hovered anymore, the actions will reverse back to the original state.

<video src="https://cdn.spline.design/_assets/docs/a6ff4224-feb2-4c26-806a-6d197a03732e.mp4" controls />

Here are the different Actions you can trigger with the Mouse Hover Event:

* [Transition Action](/interaction-states-events-and-actions/actions/transition-action)
* [Animation Action](/interaction-states-events-and-actions/actions/animation-action)
* [Particle Control Action](interaction-states-events-and-actions/actions/particles-control-action)
* [Create Object Action](/interaction-states-events-and-actions/actions/create-object-action)
* [Destroy Object Action](/interaction-states-events-and-actions/actions/destroy-object-action)
* [Switch Camera Action](/interaction-states-events-and-actions/actions/switch-camera-action)
* [Scene Transition Action](/interaction-states-events-and-actions/actions/scene-transition-action)
* [Set Variable Action](/interaction-states-events-and-actions/actions/set-variable-action)
* [Variable Control Action](/interaction-states-events-and-actions/actions/variable-control-action)
* [Conditional Action](/interaction-states-events-and-actions/actions/conditional-action)
* [Clear Local Storage Action](/interaction-states-events-and-actions/actions/clear-local-storage-action)
* [API Request Action](/interaction-states-events-and-actions/actions/api-request-action)

<img src="https://cdn.spline.design/_assets/docs/6b7bea22-d6fb-44cb-9574-e644720782ad.png" alt="image" style={{ maxWidth: "300px" }} />

***

<iframe src="https://my.spline.design/hbXVaK5ewtMO29tCEorHaZ0s/" title="Spline Embed" className="w-full h-96 rounded-xl" />

Hover to test 👆 A Mouse Hover Event will trigger the actions while the object is being hovered.
