Zoom Effects
Scale-based zoom animations.
zoom
zoom-slow
zoom-fast
zoom-fade
Usage
// SCSS Mixin
.element {
@include animate_zoom;
}
.element-slow {
@include animate_zoom_slow;
}
// Utility classes
<div class="animate_zoom">...</div>
<div class="animate_zoom_fast">...</div>