EFFECTS

Clip Down

Wipes into view from the top edge — the mirror image of Clip Up, using a CSS clip-path.

Classes

ClassPlays
fx-clip-down-plOn page load
fx-clip-down-stWhen the element scrolls into view
fx-clip-downAutomatically, when its section scrolls into view

Options that matter

  • Duration — fx-duration-[n], default 1 second.
  • Delay — fx-delay-[n], default 0.
  • Ease — fx-ease-[name], default power3.inOut.
  • Start position — fx-start-[pos], default top 85% (scroll-triggered only).

Example

<div class="fx-clip-down-st">Wipes in from the top</div>