fade-up
Fades in while moving upward from below.
Animations that play when the page loads.
Fades in while moving upward from below.
Fades in while moving downward from above.
Slides in from the right side.
Slides in from the left side.
Scales up from smaller to normal size.
Quick scale bounce effect on load.
<div ot-animate="fade-up">Content</div>
<div ot-animate="fade-down">Content</div>
<div ot-animate="slide-left">Content</div>
<div ot-animate="slide-right">Content</div>
<div ot-animate="zoom-in">Content</div>
<div ot-animate="pop">Content</div>
Animations that play on mouse hover.
Fades in while moving upward on hover.
Fades in while moving downward on hover.
Slides left on hover from right.
Slides right on hover from left.
Scales up on hover for zoom effect.
Quick bounce scale effect on hover.
<div ot-animate="hover:fade-up">Content</div>
<div ot-animate="hover:fade-down">Content</div>
<div ot-animate="hover:slide-left">Content</div>
<div ot-animate="hover:slide-right">Content</div>
<div ot-animate="hover:zoom-in">Content</div>
<div ot-animate="hover:pop">Content</div>
Animations that play when element scrolls into viewport.
Triggers when scrolled into view from below.
Triggers when scrolled into view from above.
Triggers slide in from right on scroll.
Triggers slide in from left on scroll.
Triggers scale up effect when in viewport.
Triggers bounce effect when in viewport.
<div ot-animate="view:fade-up">Content</div>
<div ot-animate="view:fade-down">Content</div>
<div ot-animate="view:slide-left">Content</div>
<div ot-animate="view:slide-right">Content</div>
<div ot-animate="view:zoom-in">Content</div>
<div ot-animate="view:pop">Content</div>