Visual Effects
Visual effects allow you to add depth and relief to your interface. They influence the perception of elements without modifying their structure.
Rounded Corners (Radius)
| Property | Description |
|---|---|
| Border Radius | Defines the curvature radius of corners. Can be applied uniformly or individually (top-left, top-right, etc.). |

Borders (Border)
| Property | Description |
|---|---|
| Width | Border thickness. |
| Color | Border color. |
| Style | Border style (solid, dashed, dotted). |

Opacity (Opacity)
| Property | Description |
|---|---|
| Opacity | Defines the transparency of the element (from 0 to 100%). |

Transformations (Transform)
Transformations allow you to modify the position, size, and orientation of an element without affecting its flow in the page. They are often used to create animations or dynamic visual effects.
| Property | Description |
|---|---|
| Translate | Moves an element on the X, Y, or Z axis. Example: translateX(50px). |
| Rotate | Rotates an element around its center. Example: rotate(45deg). |
| Scale | Enlarges or reduces an element. Example: scale(110%). |
Hover Effects (Hover)
Luna Park allows adding specific styles when an element is hovered. To activate hover mode, click on the hand icon in the properties bar. A new style state then appears, allowing you to freely modify properties (color, shadow, opacity, etc.) applied only on hover.

Transitions (Transition)
| Property | Description |
|---|---|
| Duration | Defines the animation duration (in ms). |
| Timing Function | Transition speed curve (ease, linear, etc.). |
| Delay | Defines the delay before the effect starts. |
