From f4b3ef01df5348c66ac0e543861dc98b8ec61abd Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Sun, 7 Jul 2013 21:05:50 -0400 Subject: [PATCH] tiles animate on :hover --- public/css/style.less | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/css/style.less b/public/css/style.less index b9b28af757..2b7f64c5d6 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -739,23 +739,23 @@ body .navbar .nodebb-inline-block { 100% {top: -180px;} } -.category-slider-2 { +.category-slider-2:hover { position:relative; - -webkit-animation: scroll-2 15s ease 2s infinite normal; - animation: scroll-2 15s ease 2s infinite normal;/* Safari and Chrome: */ + -webkit-animation: scroll-2 10s ease 1s infinite normal; + animation: scroll-2 10s ease 1s infinite normal;/* Safari and Chrome: */ } -.category-slider-1 { +.category-slider-1:hover { position:relative; - -webkit-animation: scroll-1 12s ease 2s infinite normal; - animation: scroll-1 12s ease 2s infinite normal;/* Safari and Chrome: */ + -webkit-animation: scroll-1 8s ease 1s infinite normal; + animation: scroll-1 8s ease 1s infinite normal;/* Safari and Chrome: */ } -.category-slider-0 { +.category-slider-0:hover { position:relative; - -webkit-animation: scroll-0 9s ease 2s infinite normal; - animation: scroll-0 9s ease 2s infinite normal;/* Safari and Chrome: */ + -webkit-animation: scroll-0 6s ease 1s infinite normal; + animation: scroll-0 6s ease 1s infinite normal;/* Safari and Chrome: */ }