GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   FF AA Question with CSS3 Animations (https://gfy.com/showthread.php?t=1171574)

Colmike9 08-04-2015 01:43 PM

FF AA Question with CSS3 Animations
 
Hello. Just wondering, when you make a transform, it is aliased kinda bad in FF. So, why does adding outline: 1px solid transparent; make it render smooth?..

Also, why do you need so many different browser specific CSS when most of the time except in a few cases that I've seen so far there is no difference in code?
Ex:
-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);

:upsidedow


All times are GMT -7. The time now is 06:47 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc