MyBB Community Forums

Full Version: fade in link hover?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thanks for the info guys! Much appreciated Smile
(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?
Pages: 1 2