摘要:
transition(属性渐变): "CSS Transitions allow property changes in CSS values to occur smoothly over a specified duration" 过渡——Transition在W3C的描述:“css的transi 阅读全文
摘要:
在CSS3中,可以利用transform功能来实现文字或图像的旋转、缩放、倾斜、移动这四种类型的变形处理,本文将对此做详细介绍。 一.旋转 rotate 用法:transform: rotate(45deg); 共一个参数“角度”,单位deg为度的意思,正数为顺时针旋转,负数为逆时针旋转,上述代码作 阅读全文
摘要:
transition-duration 属性规定完成过渡效果需要花费的时间(以秒或毫秒计)。 2D/3D 转换属性(Transform) 过渡属性(Transition) 阅读全文
摘要:
语法 常量 CSS 阅读全文
摘要:
css3为了区分伪类和伪元素,伪元素采用双冒号写法。 常见伪类——:hover,:link,:active,:target,:not(),:focus。 常见伪元素——::first-letter,::first-line,::before,::after,::selection。 ::before 阅读全文