Showcase
Default Animation
Apply this default fade-in animation by adding the data-sm attribute
<div data-sm=""></div>
<div data-sm></div>
Adding a Transition
You can add a transition effect by adding "up", "down", "left" or "right" inside the data-sm
<div data-sm="left"></div>
Zoom Effect
By adding "zoom" to the attribute, you can apply a zoom effect to your element
<div data-sm="zoom"></div>
<div data-sm="zoom right"></div>
One-Time Animation
Add "once" to the attribute if you want the animation to run only once
<div data-sm="once"></div>
<div data-sm="once down"></div>
More Examples
You can combine multiple animations as long as they function properly
<div data-sm="left blur"></div>
<div data-sm="zoom blur"></div>