<div class="item"></div>
.item {
width: 200px;
height: 200px;
background: #000;
&:hover {
clip-path: ellipse(80px 60px at 50% 50%)
}
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.