-
好像这样写也可以实现 .test1 figcaption p{ background:#fff; color:#333; margin:3px; text-align:center; -webkit-transform:translate(-120px,0px) } .test1 figcaption p{ -webkit-transition:all 0.35s; } 但是如果直接合并到一个大括号里面就不能实现动画了,请问是为什么呢?查看全部
-
显示4张图25%,显示3张33%,显示2张图50%,显示1张图100%。查看全部
-
妹的 and后面有空格查看全部
-
transition属性的第一个值是制定控制的范围 property 第二个是时间 第三个是时间样式 第四个是延迟时间查看全部
-
transform-skew:斜切查看全部
-
…查看全部
-
原来and与(之间也必须有空格 @media screen and( max-width:600px){ figure{ width: 100%;} } @media screen and ( max-width:600px){ figure{ width: 100%;} } @media screen and (min-width:1001px){ figure{ width:33.33%;} } @media screen and (max-width:600px){ figure{ width:100%;} } @media screen and (min-width:601px) and (max-width:1000px){ figure{ width:50%;} }查看全部
-
---容器查看全部
-
媒体查询查看全部
-
transition属性: 1、property:检索火设置对象中的参与过渡属性(all,transform...) 2、duration:过渡动画的持续时间 3、timing-function:检索火设置对象中过渡的动画类型 4、delay:检索或设置对象延迟过渡的时间 -- transition: property duration timing-function delay; -- transition: all 2s ease-in 1s;查看全部
-
transform属性: 1、translate(水平)-- transform:translate(10px,10px); 2、rotate(旋转)-- transform:rotate(90deg); 3、scale(缩放)-- transform:scale(0.5,,0.5); 4、skew(缩放)-- transform:skew(50deg,,0deg);查看全部
-
transiton属性查看全部
-
transition查看全部
-
学习目标查看全部
-
shsdfgdgdfgdf查看全部
举报
0/150
提交
取消