Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 533: Line 533:
width:100px;
width:100px;
height:100px;
height:100px;
 +
 +
-webkit-transition:all 0.3s linear 0s;
 +
transform: translate(100px,0);
 +
    -webkit-transform: translate(100px,0); /** Safari & Chrome **/
 +
    -o-transform: translate(100px,0); /** Opera **/
 +
    -moz-transform: translate(100px,0); /** Firefox **/
}
}

Revision as of 19:35, 15 October 2014