橱窗的光
Follow

After following, you can keep track of his dynamic information in a timely manner

Course notes
  • Courses in the relevant section:CSS3 transform transformation

    translate()函数 根据参数实现指定元素的移动效果 rotate()函数 规定元素的顺时针旋转角度,如果为负值,则是逆时针旋转 scale()函数 实现指定元素的缩放效果 skew()函数 设定指定元素的扭曲角度 matrix()函数 以一个含六值的(a,b,c,d,e,f)变换矩阵的形式指定一个2D变换

    2016-11-240个赞

  • Courses in the relevant section:jQuery layer selector

    层级选择器都有一个参考节点 后代选择器包含子选择器的选择的内容 一般兄弟选择器包含相邻兄弟选择的内容 相邻兄弟选择器和一般兄弟选择器所选择到的元素,必须在同一个父元素下

    2016-11-240个赞

  • Courses in the relevant section:CSS3 transition transition-property property

    transition-property是用来指定当元素其中一个属性改变时执行transition效果,其主要有以下几个值:none(没有属性改变);all(所有属性改变)这个也是其默认值;indent(元素属性名)。当其值为none时,transition马上停止执行,当指定为all时,则元素产生任何属性值变化时都将执行transition效果,ident是可以指定元素的某一个属性值

    2016-11-240个赞