Wipes into view from the top edge — the mirror image of Clip Up, using a CSS clip-path.
Classes
| Class | Plays |
|---|---|
fx-clip-down-pl | On page load |
fx-clip-down-st | When the element scrolls into view |
fx-clip-down | Automatically, when its section scrolls into view |
Options that matter
- Duration —
fx-duration-[n], default1second. - Delay —
fx-delay-[n], default0. - Ease —
fx-ease-[name], defaultpower3.inOut. - Start position —
fx-start-[pos], defaulttop 85%(scroll-triggered only).
Example
<div class="fx-clip-down-st">Wipes in from the top</div>