在大盒子上设置变大 加
div{
scale(1,0);
scale(1,0);
all 1s
ease-out 0s;
-webkit-transition: all 1s
ease-out 0s;
}
触发事件以后 显示如下样式 就会有一个从中心点开始渐变的效果
div {
transform: scale(1,1);
-webkit-transform: scale(1,1);
}
实现效果从中间变大
阅读 61
2022-07-12
在大盒子上设置变大 加
div{
scale(1,0);
scale(1,0);
all 1s
ease-out 0s;
-webkit-transition: all 1s
ease-out 0s;
}
触发事件以后 显示如下样式 就会有一个从中心点开始渐变的效果
div {
transform: scale(1,1);
-webkit-transform: scale(1,1);
}
相关推荐
精彩评论(0)