Predmet:Animacija
PreuzmiIzvorni kôd (HTML):<!DOCTYPE>
div
{
width:50px;
height:50px;
background:green;
position:relative;
animation:animacija 15s;
}
@keyframes animacija
{
0% {background:green; left:2px; top:2px;}
25% {background:yellow; left:300px; top:2px;}
50% {background:blue; left:300px; top:300px;}
75% {background:green; left:2px; top:300px;}
100% {background:red; left:2px; top:2px;}
}
animacija
Podrska samo putem foruma, jer samo tako i ostali imaju koristi od toga.