Line 187: | Line 187: | ||
animation-name: parts; | animation-name: parts; | ||
animation-duration: 25s; | animation-duration: 25s; | ||
+ | animation-delay: 2s; | ||
+ | animation-iteration-count: infinite; | ||
+ | animation-direction: alternate; | ||
+ | } | ||
+ | @keyframes parts { | ||
+ | 0% {left:0%; top:50%;} | ||
+ | 25% {left:5%; top:50%;} | ||
+ | 50% {left:10%; top:50%;} | ||
+ | 75% {left:15%; top:50%;} | ||
+ | 100% {left:20%; top:50%;} | ||
+ | } | ||
+ | |||
+ | #laban{ | ||
+ | |||
+ | position: relative; | ||
+ | animation-name: parts; | ||
+ | animation-duration: 30s; | ||
animation-delay: 2s; | animation-delay: 2s; | ||
animation-iteration-count: infinite; | animation-iteration-count: infinite; |
Revision as of 16:52, 20 July 2017