EFFECTS

Fade In

Fades in softly with a very subtle scale (95% → 100%) — no sliding or movement. The gentlest effect in the set.

Classes

ClassPlays
fx-fade-in-plOn page load
fx-fade-in-stWhen the element scrolls into view
fx-fade-inAutomatically, when its section scrolls into view

Options that matter

  • Duration — fx-duration-[n], default 1.4 seconds.
  • Delay — fx-delay-[n], default 0.
  • Ease — fx-ease-[name], default power1.out.
  • Start position — fx-start-[pos], default top 85% (scroll-triggered only).

Example

<p class="fx-fade-in-st">This text just fades in.</p>