<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HTML5 SVG 社交数据流收集动画</title>
<style>
.dashed {
stroke-dasharray: 2.4;
}
/*.path {
stroke-width: 2;
stroke-dasharray: 420;
stroke-dashoffset: 420;
animation: dash 5s linear infinite;
}*/
.dashed2 {
stroke-dasharray: 2.4;
}
/*.path2 {
stroke-width: 2;
stroke-dasharray: 240;
stroke-dashoffset: 240;
animation: dash2 5s linear infinite ;
}*/
.dashed3 {
stroke-dasharray: 2.4;
}
/*.path3 {
stroke-width: 2;
stroke-dasharray: 130;
stroke-dashoffset: 130;
animation: dash3 5s linear infinite ;
}*/
.dashed4 {
stroke-dasharray: 2.4;
}
/*.path4 {
stroke-width: 2;
stroke-dasharray: 130;
stroke-dashoffset: 130;
animation: dash4 5s linear infinite ;
}*/
/* #Instagram_1_, Instagram {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: center center;
transform-origin: 50% 50%;
-webkit-animation: scale 3s linear infinite;
animation: scale 3s linear infinite;
} */
/*#redDot {
-webkit-animation: path-animation 5s linear infinite;
animation: path-animation 5s linear infinite;
motion-path: path("M78.8,276.2c6.4,55.7,160-19.7,261.8,0c101.8,19.7,122.6,41,122.6,41");
}
@-webkit-keyframes path-animation {
0% {
motion-offset: 0;
}
25% {
motion-offset: 100%;
}
100% {
motion-offset: 100%;
}
}
@keyframes path-animation {
0% {
motion-offset: 0;
}
25% {
motion-offset: 100%;
}
100% {
motion-offset: 100%;
}
}*/
/* #facebookIcon {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: scale 3s linear infinite;
animation: scale 3s linear infinite;
} */
/*#facebookDot {
-webkit-animation: path-animation3 5s linear infinite;
animation: path-animation3 5s linear infinite;
motion-path: path("M600.1,144.4c35.7,33.4-3.3,156.4-3.3,156.4");
}
@-webkit-keyframes path-animation3 {
0% {
motion-offset: 0;
opacity: 0;
}
28% {
motion-offset: 0;
opacity: 0;
}
29% {
opacity: 1;
}
54% {
motion-offset: 100%;
}
100% {
motion-offset: 100%;
}
}
@keyframes path-animation3 {
0% {
motion-offset: 0;
opacity: 0;
}
28% {
motion-offset: 0;
opacity: 0;
}
29% {
opacity: 1;
}
54% {
motion-offset: 100%;
}
100% {
motion-offset: 100%;
}
}*/
/* #dropboxIcon {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: scale 3s linear infinite;
animation: scale 3s linear infinite;
} */
/*#dropboxDot {
-webkit-animation: path-animation2 5s linear infinite;
animation: path-animation2 5s linear infinite;
motion-path: path("M341.1,144.4c29.3,25.2,79.8,13.6,121,31.8c41.1,18.2,63.4,93.4,67,102.5s6.7,22.1,6.7,22.1");
}
@-webkit-keyframes path-animation2 {
0% {
motion-offset: 0;
opacity: 0;
}
45% {
motion-offset: 0;
opacity: 0;
}
46% {
opacity: 1;
}
70% {
motion-offset: 100%;
}
100% {
motion-offset: 100%;
}
}
@keyframes path-animation2 {
0% {
motion-offset: 0;
opacity: 0;
}
45% {
motion-offset: 0;
opacity: 0;
}
46% {
opacity: 1;
}
70% {
motion-offset: 100%;
}
100% {
motion-offset: 100%;
}
}*/
/* #twitterIcon {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: scale 3s linear infinite;
animation: scale 3s linear infinite;
} */
/*#twitterDot {
-webkit-animation: path-animation4 5s linear infinite;
animation: path-animation4 5s linear infinite;
motion-path: path("M865.7,272.8c-10.2,39.5-43-1.8-102,0c-59,1.8-79.2,44.3-79.2,44.3");
}
@-webkit-keyframes path-animation4 {
0% {
motion-offset: 0;
opacity: 0;
}
70% {
motion-offset: 0;
opacity: 0;
}
71% {
opacity: 1;
}
95% {
motion-offset: 100%;
}
100% {
motion-offset: 100%;
}
}
@keyframes path-animation4 {
0% {
motion-offset: 0;
opacity: 0;
}
70% {
motion-offset: 0;
opacity: 0;
}
71% {
opacity: 1;
}
95% {
motion-offset: 100%;
}
100% {
motion-offset: 100%;
}
}*/
#darkBlueLaptop {
-webkit-animation: color 5s linear infinite;
animation: color 5s linear infinite;
}
#lightBlue {
-webkit-animation: color2 5s linear infinite;
animation: color2 5s linear infinite;
}
#middleBlue {
-webkit-animation: color3 5s linear infinite;
animation: color3 5s linear infinite;
}
/*@-webkit-keyframes dash {
0% {
stroke-dashoffset: 420;
}
15% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}
@keyframes dash {
0% {
stroke-dashoffset: 420;
}
15% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes dash2 {
0% {
stroke-dashoffset: 0;
}
49% {
stroke-dashoffset: 0;
}
50% {
stroke-dashoffset: 240;
}
60% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}
@keyframes dash2 {
0% {
stroke-dashoffset: 0;
}
49% {
stroke-dashoffset: 0;
}
50% {
stroke-dashoffset: 240;
}
60% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes dash3 {
0% {
stroke-dashoffset: 0;
}
35% {
stroke-dashoffset: 0;
}
36% {
stroke-dashoffset: 130;
}
46% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}
@keyframes dash3 {
0% {
stroke-dashoffset: 0;
}
35% {
stroke-dashoffset: 0;
}
36% {
stroke-dashoffset: 130;
}
46% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes dash4 {
0% {
stroke-dashoffset: 0;
}
75% {
stroke-dashoffset: 0;
}
76% {
stroke-dashoffset: 130;
}
86% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}
@keyframes dash4 {
0% {
stroke-dashoffset: 0;
}
75% {
stroke-dashoffset: 0;
}
76% {
stroke-dashoffset: 130;
}
86% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}*/
/* @-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
90% {
-webkit-transform: scale(1);
transform: scale(1);
}
92% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
94% {
-webkit-transform: scale(1);
transform: scale(1);
}
96% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
90% {
-webkit-transform: scale(1);
transform: scale(1);
}
92% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
94% {
-webkit-transform: scale(1);
transform: scale(1);
}
96% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes scale2 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
24% {
-webkit-transform: scale(1);
transform: scale(1);
}
26% {
-webkit-transform: