| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249 |
- @-webkit-keyframes rotate_pacman_half_up {
- 0% {
- -webkit-transform : rotate(-270deg);
- transform : rotate(-270deg);
- }
- 50% {
- -webkit-transform : rotate(-360deg);
- transform : rotate(-360deg);
- }
- 100% {
- -webkit-transform : rotate(-270deg);
- transform : rotate(-270deg);
- }
- }
- @-moz-keyframes rotate_pacman_half_up {
- 0% {
- -moz-transform : rotate(-270deg);
- transform : rotate(-270deg);
- }
- 50% {
- -moz-transform : rotate(-360deg);
- transform : rotate(-360deg);
- }
- 100% {
- -moz-transform : rotate(-270deg);
- transform : rotate(-270deg);
- }
- }
- @-o-keyframes rotate_pacman_half_up {
- 0% {
- -o-transform : rotate(-270deg);
- transform : rotate(-270deg);
- }
- 50% {
- -o-transform : rotate(-360deg);
- transform : rotate(-360deg);
- }
- 100% {
- -o-transform : rotate(-270deg);
- transform : rotate(-270deg);
- }
- }
- @keyframes rotate_pacman_half_up {
- 0% {
- -webkit-transform : rotate(-270deg);
- -moz-transform : rotate(-270deg);
- -o-transform : rotate(-270deg);
- transform : rotate(-270deg);
- }
- 50% {
- -webkit-transform : rotate(-360deg);
- -moz-transform : rotate(-360deg);
- -o-transform : rotate(-360deg);
- transform : rotate(-360deg);
- }
- 100% {
- -webkit-transform : rotate(-270deg);
- -moz-transform : rotate(-270deg);
- -o-transform : rotate(-270deg);
- transform : rotate(-270deg);
- }
- }
- @-webkit-keyframes rotate_pacman_half_down {
- 0% {
- -webkit-transform : rotate(-90deg);
- transform : rotate(-90deg);
- }
- 50% {
- -webkit-transform : rotate(0deg);
- transform : rotate(0deg);
- }
- 100% {
- -webkit-transform : rotate(-90deg);
- transform : rotate(-90deg);
- }
- }
- @-moz-keyframes rotate_pacman_half_down {
- 0% {
- -moz-transform : rotate(-90deg);
- transform : rotate(-90deg);
- }
- 50% {
- -moz-transform : rotate(0deg);
- transform : rotate(0deg);
- }
- 100% {
- -moz-transform : rotate(-90deg);
- transform : rotate(-90deg);
- }
- }
- @-o-keyframes rotate_pacman_half_down {
- 0% {
- -o-transform : rotate(-90deg);
- transform : rotate(-90deg);
- }
- 50% {
- -o-transform : rotate(0deg);
- transform : rotate(0deg);
- }
- 100% {
- -o-transform : rotate(-90deg);
- transform : rotate(-90deg);
- }
- }
- @keyframes rotate_pacman_half_down {
- 0% {
- -webkit-transform : rotate(-90deg);
- -moz-transform : rotate(-90deg);
- -o-transform : rotate(-90deg);
- transform : rotate(-90deg);
- }
- 50% {
- -webkit-transform : rotate(0deg);
- -moz-transform : rotate(0deg);
- -o-transform : rotate(0deg);
- transform : rotate(0deg);
- }
- 100% {
- -webkit-transform : rotate(-90deg);
- -moz-transform : rotate(-90deg);
- -o-transform : rotate(-90deg);
- transform : rotate(-90deg);
- }
- }
- @-webkit-keyframes pacman-balls {
- 75% {
- opacity : 0.7;
- }
- 100% {
- -webkit-transform : translate(100px, -6.25px);
- transform : translate(100px, -6.25px);
- }
- }
- @-moz-keyframes pacman-balls {
- 75% {
- opacity : 0.7;
- }
- 100% {
- -moz-transform : translate(100px, -6.25px);
- transform : translate(100px, -6.25px);
- }
- }
- @-o-keyframes pacman-balls {
- 75% {
- opacity : 0.7;
- }
- 100% {
- -o-transform : translate(100px, -6.25px);
- transform : translate(100px, -6.25px);
- }
- }
- @keyframes pacman-balls {
- 75% {
- opacity : 0.7;
- }
- 100% {
- -webkit-transform : translate(100px, -6.25px);
- -moz-transform : translate(100px, -6.25px);
- -o-transform : translate(100px, -6.25px);
- transform : translate(100px, -6.25px);
- }
- }
- .pacman {
- position : relative;
- }
- .pacman > div:nth-child(2) {
- -webkit-animation : pacman-balls 1s -0.99s infinite linear;
- -moz-animation : pacman-balls 1s -0.99s infinite linear;
- -o-animation : pacman-balls 1s -0.99s infinite linear;
- animation : pacman-balls 1s -0.99s infinite linear;
- }
- .pacman > div:nth-child(3) {
- -webkit-animation : pacman-balls 1s -0.66s infinite linear;
- -moz-animation : pacman-balls 1s -0.66s infinite linear;
- -o-animation : pacman-balls 1s -0.66s infinite linear;
- animation : pacman-balls 1s -0.66s infinite linear;
- }
- .pacman > div:nth-child(4) {
- -webkit-animation : pacman-balls 1s -0.33s infinite linear;
- -moz-animation : pacman-balls 1s -0.33s infinite linear;
- -o-animation : pacman-balls 1s -0.33s infinite linear;
- animation : pacman-balls 1s -0.33s infinite linear;
- }
- .pacman > div:nth-child(5) {
- -webkit-animation : pacman-balls 1s 0s infinite linear;
- -moz-animation : pacman-balls 1s 0s infinite linear;
- -o-animation : pacman-balls 1s 0s infinite linear;
- animation : pacman-balls 1s 0s infinite linear;
- }
- .pacman > div:first-of-type {
- width : 0;
- height : 0;
- border-left : 25px solid transparent;
- border-top : 25px solid #55595C;
- border-right : 25px solid #55595C;
- border-bottom : 25px solid #55595C;
- border-radius : 25px;
- -webkit-animation : rotate_pacman_half_up 0.5s 0s infinite;
- -moz-animation : rotate_pacman_half_up 0.5s 0s infinite;
- -o-animation : rotate_pacman_half_up 0.5s 0s infinite;
- animation : rotate_pacman_half_up 0.5s 0s infinite;
- position : relative;
- right : -30px;
- }
- .pacman > div:nth-child(2) {
- width : 0;
- height : 0;
- border-left : 25px solid transparent;
- border-top : 25px solid #55595C;
- border-right : 25px solid #55595C;
- border-bottom : 25px solid #55595C;
- border-radius : 25px;
- -webkit-animation : rotate_pacman_half_down 0.5s 0s infinite;
- -moz-animation : rotate_pacman_half_down 0.5s 0s infinite;
- -o-animation : rotate_pacman_half_down 0.5s 0s infinite;
- animation : rotate_pacman_half_down 0.5s 0s infinite;
- margin-top : -50px;
- position : relative;
- right : -30px;
- }
- .pacman > div:nth-child(3), .pacman > div:nth-child(4), .pacman > div:nth-child(5), .pacman > div:nth-child(6) {
- background-color : #55595C;
- width : 15px;
- height : 15px;
- border-radius : 100%;
- margin : 2px;
- width : 10px;
- height : 10px;
- position : absolute;
- -webkit-transform : translate(0, -6.25px);
- -moz-transform : translate(0, -6.25px);
- -ms-transform : translate(0, -6.25px);
- -o-transform : translate(0, -6.25px);
- transform : translate(0, -6.25px);
- top : 25px;
- right : 70px;
- }
|