Difference between revisions of "Template:Team:WLC-Milwaukee"
Mwmortensen (Talk | contribs) |
Mwmortensen (Talk | contribs) |
||
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: | + | -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: | + | -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: | + | 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 { | + | from {size: 20pt;} |
− | to { | + | to {size: 24;} |
} | } | ||
@-moz-keyframes navHover { | @-moz-keyframes navHover { | ||
− | from { | + | from {size: 20pt;} |
− | to { | + | to {size: 24;} |
} | } | ||
@keyframes navHover { | @keyframes navHover { | ||
− | from { | + | from {size: 20pt;} |
− | to { | + | to {size: 24;} |
} | } | ||
/*-- End of Fade on hover Code --*/ | /*-- End of Fade on hover Code --*/ |
Revision as of 17:18, 15 July 2015