码迷,mamicode.com
首页 > 其他好文 > 详细

旋转案例

时间:2019-01-11 00:02:38      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:col   ota   auto   :hover   height   orm   round   width   otto   

div{
width: 200px;
height: 200px;
background-color: pink;
margin: 100px auto;
transition:all 0.6s;
transform-origin: right bottom;
}
div:hover{
transform: rotate(360deg);
}

旋转案例

标签:col   ota   auto   :hover   height   orm   round   width   otto   

原文地址:https://www.cnblogs.com/Yanss/p/10252929.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!