Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> .clipped { position: absolute; animation: myAnimation 3s linear 1s 4 alternate forwards; } @keyframes myAnimation { 100% { clip: rect(25px, 180px, 130px, 30px); } } </style> <img src="/pix/samples/1m.jpg" alt="Photo of Pohutukawa in New Zealand" class="clipped">
Preview