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

Line 80: Line 80:
 
         font-family: Arial, Calibri, sans-serif;
 
         font-family: Arial, Calibri, sans-serif;
 
}
 
}
 +
 +
#HomeBox:hover, #ProjectBox:hover, #PartsBox:hover, #NotebookBox:hover, #ModelingBox:hover, #MeasureBox:hover, #practBox:hover, #teamBox:hover{
 +
/*--webkit is for chrome, opera, and safari--*/
 +
    -webkit-animation-name: navHover;
 +
    -webkit-animation-duration: 1s;
 +
    -webkit-animation-timing-function: ease-in;
 +
    -webkit-animation-delay: 0s;
 +
    -webkit-animation-iteration-count: 1;
 +
    -webkit-animation-direction: normal;
 +
    -webkit-animation-play-state: running;
 +
    -webkit-animation-fill-mode: forwards;
 +
/*--moz is for mozilla browsers--*/
 +
    -moz-animation-name: navHover;
 +
    -moz-animation-duration: 1s;
 +
    -moz-animation-timing-function: ease-in;
 +
    -moz-animation-delay: 0s;
 +
    -moz-animation-iteration-count: 1;
 +
    -moz-animation-direction: normal;
 +
    -moz-animation-play-state: running;
 +
    -moz-animation-fill-mode: forwards;
 +
/*--standard syntax for ie/others--*/
 +
    animation-name: navHover;
 +
    animation-duration: 1s;
 +
    animation-timing-function: ease-in;
 +
    animation-delay: 0s;
 +
    animation-iteration-count: 1;
 +
    animation-direction: normal;
 +
    animation-play-state: running;
 +
    animation-fill-mode: forwards;
 +
}
 +
@-webkit-keyframes navHover {
 +
    0% {-webkit-transform: scale(1,1);}
 +
    25% {-webkit-transform: scale(1.25, 1.25);}
 +
    50% {-webkit-transform: scale(1,1);}
 +
    100% {-webkit-transform: scale(1,1);}
 +
}
 +
@-moz-keyframes navHover {
 +
    0% {-webkit-transform: scale(1,1);}
 +
    25% {-webkit-transform: scale(1.25, 1.25);}
 +
    50% {-webkit-transform: scale(1,1);}
 +
    100% {-webkit-transform: scale(1,1);}
 +
}
 +
@keyframes navHover {
 +
    0% {-webkit-transform: scale(1,1);}
 +
    25% {-webkit-transform: scale(1.25, 1.25);}
 +
    50% {-webkit-transform: scale(1,1);}
 +
    100% {-webkit-transform: scale(1,1);}
 +
}
 +
/*-- End of Fade on hover Code --*/
 +
  
 
</style>
 
</style>

Revision as of 16:08, 15 July 2015