Pulse

Pulsing is an easy way to bring attention to a specific element.

Pulsing with anime.css is easy, like everything else with anime.css. Your class should be: pulse-{size}-{time in seconds}-{amount}

Size

Seconds

Amount

Small

1-5

1, 2, 3, 4, 5, 10, infinite

Medium

1-5

1, 2, 3, 4, 5, 10, infinite

Large

1-5

1, 2, 3, 4, 5, 10, infinite

Example

<button class="pulse-large-3-3" type="button">Button</button>

Last updated