Fades in softly with a very subtle scale (95% → 100%) — no sliding or movement. The gentlest effect in the set.
Classes
| Class | Plays |
|---|---|
fx-fade-in-pl | On page load |
fx-fade-in-st | When the element scrolls into view |
fx-fade-in | Automatically, when its section scrolls into view |
Options that matter
- Duration —
fx-duration-[n], default1.4seconds. - Delay —
fx-delay-[n], default0. - Ease —
fx-ease-[name], defaultpower1.out. - Start position —
fx-start-[pos], defaulttop 85%(scroll-triggered only).
Example
<p class="fx-fade-in-st">This text just fades in.</p>