CSS3 2D Transforms Methods translate() rotate() scale() skewX() skewY() matrix() 1> translate() The translate() method moves an element from its current position (according to the parameters given for the X-axis and the Y-axis). 2> rotate() The rota
CSS Transitions CSS transitions allows you to change property values smoothly (from one value to another), over a given duration. How to Use CSS Transitions? To create a transition effect, you must specify two things: the CSS property you want to add
by zhangxinxu from http://www.zhangxinxu.com/wordpress/?p=5569 一.Safari是新时代的IE6 在2年前介绍currentColor变量的时候就提过Safari的问题,就是伪元素hover时候的currentColor不渲染, 像这种IE浏览器都可以正常渲染的CSS,Safari居然出现各种匪夷所思的问题,对的,是各种,而且全都是与渲染相关的,这也难怪为什么Safari浏览器被称为“新时代的IE6”了! 补充于2016-08-09S