Difference between revisions of "Template:Team:WLC-Milwaukee"

Line 84: Line 84:
 
/*--webkit is for chrome, opera, and safari--*/
 
/*--webkit is for chrome, opera, and safari--*/
 
     -webkit-animation-name: navHover;
 
     -webkit-animation-name: navHover;
     -webkit-animation-duration: 1s;
+
     -webkit-animation-duration: 5s;
 
     -webkit-animation-timing-function: ease-in;
 
     -webkit-animation-timing-function: ease-in;
 
     -webkit-animation-delay: 0s;
 
     -webkit-animation-delay: 0s;
Line 93: Line 93:
 
/*--moz is for mozilla browsers--*/
 
/*--moz is for mozilla browsers--*/
 
     -moz-animation-name: navHover;
 
     -moz-animation-name: navHover;
     -moz-animation-duration: 3s;
+
     -moz-animation-duration: 5s;
 
     -moz-animation-timing-function: ease-in;
 
     -moz-animation-timing-function: ease-in;
 
     -moz-animation-delay: 0s;
 
     -moz-animation-delay: 0s;
Line 102: Line 102:
 
/*--standard syntax for ie/others--*/
 
/*--standard syntax for ie/others--*/
 
     animation-name: navHover;
 
     animation-name: navHover;
     animation-duration: 1s;
+
     animation-duration: 5s;
 
     animation-timing-function: ease-in;
 
     animation-timing-function: ease-in;
 
     animation-delay: 0s;
 
     animation-delay: 0s;
Line 111: Line 111:
 
}
 
}
 
@-webkit-keyframes navHover {
 
@-webkit-keyframes navHover {
     from {color: #D1CAB0;}
+
     from {size: 20pt;}
     to {color: #B3B3D7;}
+
     to {size: 24;}
 
}
 
}
 
@-moz-keyframes navHover {
 
@-moz-keyframes navHover {
     from {color: #D1CAB0;}
+
     from {size: 20pt;}
     to {color: #B3B3D7;}
+
     to {size: 24;}
 
}
 
}
 
@keyframes navHover {
 
@keyframes navHover {
     from {color: #D1CAB0;}
+
     from {size: 20pt;}
     to {color: #B3B3D7;}
+
     to {size: 24;}
 
}
 
}
 
/*-- End of Fade on hover Code --*/
 
/*-- End of Fade on hover Code --*/

Revision as of 17:18, 15 July 2015