diff --git a/GWD_CCG_project/GWD_CCG_example.html b/GWD_CCG_project/GWD_CCG_example.html
index 1db4ccd..2689d05 100644
--- a/GWD_CCG_project/GWD_CCG_example.html
+++ b/GWD_CCG_project/GWD_CCG_example.html
@@ -54,11 +54,12 @@
animation-timing-function: linear;
}
20% {
- height: 90px;
+ height: 80px;
opacity: 1;
animation-timing-function: linear;
}
30% {
+ height: 80px;
background-color: rgb(255, 0, 0);
animation-timing-function: linear;
}
diff --git a/GWD_CCG_template/index.html b/GWD_CCG_template/index.html
index 49e56ec..ea72577 100644
--- a/GWD_CCG_template/index.html
+++ b/GWD_CCG_template/index.html
@@ -1,5 +1,5 @@
-
+
nytest
@@ -61,13 +61,14 @@ body {
-moz-animation-timing-function: linear;
}
20% {
- height: 90px;
+ height: 80px;
opacity: 1;
animation-timing-function: linear;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
30% {
+ height: 80px;
background-color: rgb(255, 0, 0);
animation-timing-function: linear;
-webkit-animation-timing-function: linear;
@@ -130,11 +131,12 @@ body {
-webkit-animation-timing-function: linear;
}
20% {
- height: 90px;
+ height: 80px;
opacity: 1;
-webkit-animation-timing-function: linear;
}
30% {
+ height: 80px;
background-color: rgb(255, 0, 0);
-webkit-animation-timing-function: linear;
}
@@ -185,11 +187,12 @@ body {
-moz-animation-timing-function: linear;
}
20% {
- height: 90px;
+ height: 80px;
opacity: 1;
-moz-animation-timing-function: linear;
}
30% {
+ height: 80px;
background-color: rgb(255, 0, 0);
-moz-animation-timing-function: linear;
}
@@ -605,13 +608,14 @@ body {
-moz-animation-timing-function: linear;
}
20% {
- height: 90px;
+ height: 80px;
opacity: 1;
animation-timing-function: linear;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
30% {
+ height: 80px;
background-color: rgb(255, 0, 0);
animation-timing-function: linear;
-webkit-animation-timing-function: linear;
@@ -674,11 +678,12 @@ body {
-webkit-animation-timing-function: linear;
}
20% {
- height: 90px;
+ height: 80px;
opacity: 1;
-webkit-animation-timing-function: linear;
}
30% {
+ height: 80px;
background-color: rgb(255, 0, 0);
-webkit-animation-timing-function: linear;
}
@@ -729,11 +734,12 @@ body {
-moz-animation-timing-function: linear;
}
20% {
- height: 90px;
+ height: 80px;
opacity: 1;
-moz-animation-timing-function: linear;
}
30% {
+ height: 80px;
background-color: rgb(255, 0, 0);
-moz-animation-timing-function: linear;
}