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