Scale Effects
Scale-based animations.
scale-expand
scale-shrink
Zoom Effects
Zoom-based entrance and exit animations.
zoom
zoom-slow
zoom-fast
zoom-fade
Usage
// SCSS Mixin
.element {
@include animate_scale_expand;
}
.element-zoom {
@include animate_zoom;
}
// Utility classes
<div class="animate_scale_expand">...</div>
<div class="animate_zoom">...</div>