Template:CSS/style2

From 2014.igem.org

(Difference between revisions)
Line 41: Line 41:
-
 
+
@-webkit-keyframes rotate {
 +
  from {
 +
    -webkit-transform: rotate(0deg);
 +
  }
 +
  to {
 +
    -webkit-transform: rotate(360deg);
 +
  }
 +
}
 +
.logo
 +
{
 +
    -webkit-animation-name:            rotate;
 +
    -webkit-animation-duration:        0.5s;
 +
    -webkit-animation-iteration-count:  infinite;
 +
    -webkit-transition-timing-function: linear;
 +
}
 +
/*
.logo{
.logo{
width:130px;
width:130px;
Line 48: Line 63:
top:3px;
top:3px;
left:10px;
left:10px;
-
}
+
}*/

Revision as of 21:57, 15 October 2014