Display

Component

Animate

Zero configuration motion and interaction wrapper. Add continuous loops, smooth hover micro-interactions, press feedback, and directional transforms to any component out of the box.

Component Syntax

blade
<x-aura::animate type="bounce">
    <x-aura::icon name="arrow-down" size="sm" />
</x-aura::animate>

1. Continuous Motion Loops (Zero-Config Core)

blade

bounce

spin

pulse

ping

2. Interactive Hover Micro-Interactions (Hover to Trigger)

blade

hover-scale

hover-scale-sm

hover-lift

hover-bounce

hover-spin (180°)

hover-wiggle

hover-tilt-left

hover-glow

3. Hover Rotations & Directional Flips (Hover to Trigger)

blade

hover-flip-x

hover-flip-y

hover-rotate-45

hover-rotate-90

hover-rotate-180

hover-rotate-270

4. Active & Press States (Click to Trigger)

blade

active-press

active-sink

active-bounce

5. Static Orientations & Transformations

blade

flip-x

flip-y

rotate-45

rotate-90

rotate-180

6. Inline Integration with Badges and Text

blade
Recording Live
Syncing Data
3 Notifications

Component Attributes

Available configuration properties for the <x-aura::animate> wrapper component.

Property Default Values

type

bounce
bounce spin pulse ping hover-scale hover-lift hover-bounce hover-spin hover-wiggle hover-rotate-45 hover-rotate-90 hover-rotate-180 hover-flip-x hover-flip-y active-press active-sink flip-x flip-y rotate-45 rotate-90 rotate-180 rotate-270

inline

false
true false

as

div
div span section