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