From 7e23e3ccd1fea3553885e91c2d4b8d032df49ae7 Mon Sep 17 00:00:00 2001 From: o3jvind Date: Sat, 21 Jul 2018 15:49:22 +0200 Subject: [PATCH] Edited height error --- GWD_CCG_project/GWD_CCG_example.html | 3 ++- GWD_CCG_template/index.html | 20 +++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) 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; }