文章详情页
css3动画 - css3 transition设置多个属性的时候不能只用逗号分隔?
浏览:152日期:2023-07-11 14:42:23
问题描述
比如这个transition: width,height 1s ease;
问题解答
回答1:transition: width,height 1s,1s ease,ease;我知道了...后面的值也要用逗号多写一遍...
回答2:多个属性可以直接 transition: all 1s ease
回答3:transition: width 1s ease, height 1s ease;回答4:
不要逗号,空格隔开就行!
标签:
CSS
相关文章:
1. docker不显示端口映射呢?2. dockerfile - [docker build image失败- npm install]3. python相关问题求解决,有偿4. jquery - css3 scale 缩放图片问题5. javascript - 项目用IE浏览器打开修改前端内容,后台数据修改了,但是前端页面内容不变,用谷歌浏览器测试前端页面可以刷新,求大神解决。6. 布局 - android 微信切换栏7. javascript - vue2.0中使用vue2-dropzone的demo,vue2-dropzone的github网址是什么??百度不到。8. node.js - 如何调用hexo渲染 ``` ``` 代码块的渲染引擎9. html5 - iOS的webview加载出来的H5网页,怎么修改html标签select的样式字体?10. android - 安卓activity无法填充屏幕
排行榜
![dockerfile - [docker build image失败- npm install]](http://www.haobala.com/attached/image/news/202311/1028105a80.png)
网公网安备