Rises a full element-height from below while fading in — suited to background images or full-bleed blocks rather than small elements.
Classes
| Class | Plays |
|---|---|
fx-bg-reveal-pl | On page load |
fx-bg-reveal-st | When the element scrolls into view |
fx-bg-reveal | 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.out. - Start position —
fx-start-[pos], defaulttop 85%(scroll-triggered only).
Example
<div class="wp-block-cover fx-bg-reveal-st">…</div>