clip-path-animation-three-keyframes1-ref.html (203B)
1 <!DOCTYPE html> 2 <style> 3 .container { 4 width: 100px; 5 height: 100px; 6 background-color: green; 7 clip-path: ellipse(15% 25% at 60% 60%); 8 } 9 </style> 10 <body> 11 <div class="container"></div> 12 </body> 13 </html>