Back to Snippets

Modern Skeleton Wireframe Reveal CSS

Two layers stacked in the same box. The top layer is a finished profile card and the bottom layer is a blueprint grid with dashed placeholder boxes. Hovering wipes the top layer off.

The wipe is a single clip-path inset animating from zero to 100 percent on its right side, which collapses the visible part of the front layer toward the left edge. Because clip-path is animatable, the whole effect is one transition on one property.

The blueprint boxes are placed with inline styles in the markup, so you can move them to match your own layout without touching the stylesheet. Both layers share the same border radius, otherwise the square corners of the blueprint show through while the wipe is running.

904
#css
#skeleton
#wireframe
#blueprint
#hover
#reveal
#grid
#modern ui
#developer
#portfolio