Line 134: | Line 134: | ||
animation-name: example; | animation-name: example; | ||
animation-duration: 15s; | animation-duration: 15s; | ||
− | |||
animation-delay: 2s; | animation-delay: 2s; | ||
animation-iteration-count: infinite; | animation-iteration-count: infinite; | ||
Line 168: | Line 167: | ||
position: relative; | position: relative; | ||
− | animation-name: | + | animation-name: team; |
animation-duration: 20s; | animation-duration: 20s; | ||
− | |||
animation-delay: 2s; | animation-delay: 2s; | ||
animation-iteration-count: infinite; | animation-iteration-count: infinite; | ||
animation-direction: alternate; | animation-direction: alternate; | ||
} | } | ||
− | @keyframes | + | @keyframes team { |
0% {left:0%; top:20%;} | 0% {left:0%; top:20%;} | ||
25% {left:5%; top:20%;} | 25% {left:5%; top:20%;} | ||
Line 187: | Line 185: | ||
position: relative; | position: relative; | ||
− | animation-name: | + | animation-name: parts; |
animation-duration: 25s; | animation-duration: 25s; | ||
− | |||
animation-delay: 2s; | animation-delay: 2s; | ||
animation-iteration-count: infinite; | animation-iteration-count: infinite; | ||
animation-direction: alternate; | animation-direction: alternate; | ||
} | } | ||
− | @keyframes | + | @keyframes parts { |
0% {left:0%; top:50%;} | 0% {left:0%; top:50%;} | ||
25% {left:5%; top:50%;} | 25% {left:5%; top:50%;} |
Revision as of 16:43, 20 July 2017