Read the Blog Post
CSS clip-path Generator
A tool to visually create and customize clip-path shapes for CSS, allowing you to define unique clipping regions for elements.
triangle
Animation preview: Hover/Click to see animation between original state and current state.
Demo background
Toggle outside clip-path
About CSS clip-path:
The clip-path
property allows you to make complex shapes in CSS by clipping an element to a basic shape (circle, ellipse, polygon, or inset), or to an SVG source.
CSS Animations and transitions are possible with two or more clip-path shapes with the same number of points.
Browser Support
Check out the current browser support for the clip-path
property on Can I Use.