Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 16: Line 16:
border-radius:100px;
border-radius:100px;
z-index:52;
z-index:52;
-
-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* For Safari 3.1 to 6.0 */
 
-
    transition: width 2s, height 2s, transform 2s;
 
}
}
Line 26: Line 24:
width:0px;
width:0px;
border-radius:200px;
border-radius:200px;
-
-webkit-transition:width 0.3s spin 0s;
+
-webkit-transition:width 0.3s linear 0s;
-
-webkit-transform: rotate(180deg);
+
-
transform: rotate(180deg);
+
z-index:52;
z-index:52;
}
}

Revision as of 14:27, 3 October 2014