Template:Team:Bielefeld-Germany/css/frontpage.css

From 2013.igem.org

(Difference between revisions)
m
m
Line 72: Line 72:
     transform: translateY(-100px);
     transform: translateY(-100px);
     opacity: 0;
     opacity: 0;
-
     transition: all 0.2s ease-in-out;
+
     transition: all 0.4s ease-in-out;
}
}
.view p {
.view p {
     transform: translateY(100px);
     transform: translateY(100px);
     opacity: 0;
     opacity: 0;
-
     transition: all 0.2s linear;
+
     transition: all 0.4s linear;
}
}
.view a.info{
.view a.info{
     opacity: 0;
     opacity: 0;
-
     transition: all 0.0s ease-in-out;
+
     transition: all 0.4s ease-in-out;
}
}

Revision as of 22:04, 2 October 2013