Line 5:
Line 5:
.splash { width: 800px; overflow: hidden; }
.splash { width: 800px; overflow: hidden; }
.splash > img { width: 800px; animation-name: the-stare; animation-duration: 10s; animation-fill-mode: forwards; }
.splash > img { width: 800px; animation-name: the-stare; animation-duration: 10s; animation-fill-mode: forwards; }
−
@keyframes the-stare { from {transform: translate(0,0) scale(1); } to { transform: translate(-85%,60%) scale(4.5); }}
+
@keyframes the-stare { from {} to { transform: translate(-85%,60%) scale(4.5); }}
</style>
</style>
<div class="splash"><img src="/images/a/ab/Casuarius.jpg"></div>
<div class="splash"><img src="/images/a/ab/Casuarius.jpg"></div>