1img { 2 animation: reveal both linear; 3 animation-timeline: view(); 4 animation-range: entry; 5} 6@keyframes reveal { 7 0% { 8 scale: 0; 9 } 10}