Some explorations of page transitions using covering elements and CSS clip-paths.
From our sponsor: Reach inboxes when it matters most with Mailchimp’s data-backed email automations. Sign up for Mailchimp now.
Some time ago, we explored a cover page transition that would hide some initial content and show another level of content, i.e. “unreveal” it. Today I’d love to share some more ideas for showing another page or preview, including one that uses CSS clip-path to achieve the effect.
This is our initial view:
When clicking on an item, we hide the current content by covering it with an expanding circle. Then uncover the preview by expanding a clip-path. This is the next view:
And this is how it all looks in action:
There are three different effects. Hope you enjoy them and find them useful!
Thanks for checking by!