Pulse
Scale-based pulsing effects for attention and emphasis.
pulse
pulse-slow
pulse-fast
pulse-color
Heartbeat
Organic heartbeat-like pulsing animations.
heartbeat
heartbeat-slow
heartbeat-fast
heartbeat-color
Usage
// SCSS Mixin
.element {
@include animate_pulse;
}
.element-heartbeat {
@include animate_heartbeat;
}
// Utility classes
<div class="animate_pulse">...</div>
<div class="animate_heartbeat">...</div>