A circle expands from the center to reveal the new page.

A glimpse of the source:
<div class="transition-preview" id="circleReveal">
<div class="transition-content old-content">Page A</div>
<div class="transition-content new-content">Page B</div>
<div class="transition-overlay circle-reveal-overlay">
</div>
</div>
<button class="trigger-btn" onclick="triggerCircleReveal()">Trigger Transition</button>
</div>
Full HTML + CSS + JS, copy-paste-ready — with 800 more Premium effects.
A few real contexts where Circle Reveal shines:
CSS + a lightweight vanilla JavaScript script (no dependency). It relies on a @keyframes animation, CSS transforms and clip-path masking.
You can tweak:
Works in every modern browser (Chrome, Firefox, Safari, Edge). Responsive, with graceful degradation. clip-path is supported everywhere modern.
This effect is part of the Premium library (801 effects, copy-paste-ready code). Around 70 effects are free.
Copy the HTML, CSS and JS and paste them in. No dependencies, works with any framework.
Yes — the effects are responsive and degrade gracefully.