MyBB Community Forums
fade in link hover? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: fade in link hover? (/thread-158298.html)

Pages: 1 2


RE: fade in link hover? - Billie Joe Armstrong - 2014-08-31

Thanks for the info guys! Much appreciated Smile


RE: fade in link hover? - eNvy - 2014-08-31

(2014-08-31, 12:14 AM)Cameron:D Wrote:
(2014-08-30, 06:42 PM)eNvy Wrote:
Quote:-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;

For what its worth, -webkit is the only prefix you need now, -moz, -ms and -o were dropped a long time ago, only a few older versions of webkit still require the prefix (Past versions of Safari and old stock Android browsers).
http://caniuse.com/#feat=css-transitions

So, now all the browsers finally leave their own prefixes and accept the default tag?