From 41defbcf9c98ef87c8d2cbdc3c9aef0f7a0ac400 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Thu, 29 Aug 2013 11:41:27 -0400 Subject: [PATCH 1/3] added delays to home page animations --- public/css/home.less | 74 +++++++++++++++++++++++++++----------------- 1 file changed, 46 insertions(+), 28 deletions(-) diff --git a/public/css/home.less b/public/css/home.less index 4ebc7335bf..47b90048cb 100644 --- a/public/css/home.less +++ b/public/css/home.less @@ -101,69 +101,87 @@ @-webkit-keyframes scroll-2 /* Safari and Chrome */ { - 0% {top: 0px;} - 25% {top: -90px;} - 50% {top: -180px;} - 75% {top: -270px;} + 0% {top: 0px;} + 3% {top:-90px;} + 25% {top: -90px;} + 28% {top:-180px;} + 50% {top: -180px;} + 53% {top: -270px;}; + 75% {top: -270px;} + 78% {top: -360px;} 100% {top: -360px;} } @keyframes scroll-2 { - 0% {top: 0px;} - 25% {top: -90px;} - 50% {top: -180px;} - 75% {top: -270px;} + 0% {top: 0px;} + 3% {top:-90px;} + 25% {top: -90px;} + 28% {top:-180px;} + 50% {top: -180px;} + 53% {top: -270px;}; + 75% {top: -270px;} + 78% {top: -360px;} 100% {top: -360px;} } @-webkit-keyframes scroll-1 /* Safari and Chrome */ { - 0% {top: 0px;} - 33% {top: -90px;} - 66% {top: -180px;} - 100% {top: -270px;} + 0% {top: 0px;} + 3% {top:-90px;} + 33% {top: -90px;} + 36% {top: -180px;} + 66% {top: -180px;} + 69% {top: -270px;} + 100% {top: -270px;} } @keyframes scroll-1 { - 0% {top: 0px;} - 33% {top: -90px;} - 66% {top: -180px;} - 100% {top: -270px;} + 0% {top: 0px;} + 3% {top:-90px;} + 33% {top: -90px;} + 36% {top: -180px;} + 66% {top: -180px;} + 69% {top: -270px;} + 100% {top: -270px;} } @-webkit-keyframes scroll-0 /* Safari and Chrome */ { - 0% {top: 0px;} - 50% {top: -90px;} - 100% {top: -180px;} + 0% {top: 0px;} + 3% {top:-90px;} + 50% {top: -90px;} + 53% {top: -180px;} + 100% {top: -180px;} } @keyframes scroll-0 { - 0% {top: 0px;} - 50% {top: -90px;} - 100% {top: -180px;} + 0% {top: 0px;} + 3% {top:-90px;} + 50% {top: -90px;} + 53% {top: -180px;} + 100% {top: -180px;} } .category-slider-2:hover { position:relative; - -webkit-animation: scroll-2 10s ease 0.5s infinite normal; - animation: scroll-2 10s ease 0.5s infinite normal;/* Safari and Chrome: */ + -webkit-animation: scroll-2 10s ease-in 0.5s infinite normal; + animation: scroll-2 10s ease-in 0.5s infinite normal;/* Safari and Chrome: */ } .category-slider-1:hover { position:relative; - -webkit-animation: scroll-1 8s ease 0.5s infinite normal; - animation: scroll-1 8s ease 0.5s infinite normal;/* Safari and Chrome: */ + -webkit-animation: scroll-1 8s ease-in 0.5s infinite normal; + animation: scroll-1 8s ease-in 0.5s infinite normal;/* Safari and Chrome: */ } .category-slider-0:hover { position:relative; - -webkit-animation: scroll-0 6s ease 0.5s infinite normal; - animation: scroll-0 6s ease 0.5s infinite normal;/* Safari and Chrome: */ + -webkit-animation: scroll-0 6s ease-in 0.5s infinite normal; + animation: scroll-0 6s ease-in 0.5s infinite normal;/* Safari and Chrome: */ } From 1b33b4425b6d3a39ff57ef789033152be041b5f6 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Thu, 29 Aug 2013 11:49:53 -0400 Subject: [PATCH 2/3] removed active from pill, #issue 231 --- public/templates/users.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/users.tpl b/public/templates/users.tpl index 43d421a21b..ff6f2aaa72 100644 --- a/public/templates/users.tpl +++ b/public/templates/users.tpl @@ -1,7 +1,7 @@