clip-path-animation-custom-timing-function-reverse-ref.html (211B)
1 <!DOCTYPE html> 2 3 <style> 4 .green { 5 background-color: green; 6 width: 200px; 7 height: 200px; 8 clip-path: inset(6.850317545375803%); 9 } 10 11 </style> 12 13 <body> 14 <div class="green"></div> 15 </body> 16 17 </html>