Template:Team:ITESM-CEM/CSS

From 2014.igem.org

(Difference between revisions)
Line 96: Line 96:
right: -200px;
right: -200px;
-webkit-transform: rotate(190deg);
-webkit-transform: rotate(190deg);
 +
transform: rotate(190deg);
-webkit-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
-webkit-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
-
-moz-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
+
-moz-transition: bottom 0.2s, right 0.2s, -moz-transform 1s; ease-out;
-
-ms-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
+
-ms-transition: bottom 0.2s, right 0.2s, -ms-transform 1s; ease-out;
-
-o-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
+
-o-transition: bottom 0.2s, right 0.2s, -o-transform 1s; ease-out;
-
transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
+
transition: bottom 0.2s, right 0.2s, transform 1s; ease-out;
/*transition-delay: 0.1s;*/
/*transition-delay: 0.1s;*/
}
}
Line 111: Line 112:
right: -5%;*/
right: -5%;*/
-webkit-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
 +
transform: rotate(0deg);
}
}

Revision as of 04:23, 3 July 2014