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