Line 23: | Line 23: | ||
z-index: 99; | z-index: 99; | ||
position:absolute; | position:absolute; | ||
− | animation:myfirst | + | animation:myfirst 5s; |
− | -moz-animation:myfirst | + | -moz-animation:myfirst 5s; /* Firefox */ |
− | -webkit-animation:myfirst | + | -webkit-animation:myfirst 5s; /* Safari and Chrome */ |
− | -o-animation:myfirst | + | -o-animation:myfirst 5s; /* Opera */ |
animation-iteration-count: infinite; | animation-iteration-count: infinite; | ||
width:33%; | width:33%; | ||
Line 35: | Line 35: | ||
{ | { | ||
0% {left:10%; top:3%;} | 0% {left:10%; top:3%;} | ||
− | 25% {left:10.5%; top: | + | 25% {left:10.5%; top:3.5%;} |
− | 50% {left:11%; top: | + | 50% {left:11%; top:4%;} |
− | 75% {left:10.5%; top: | + | 75% {left:10.5%; top:3.5%;} |
100% {left:10%; top:3%;} | 100% {left:10%; top:3%;} | ||
} | } |
Revision as of 12:23, 15 October 2018