css3 rotate to zoom in and out

 :style="{ transform: 'scale(' + scale + ')' + 'rotate(' + rotate + 'deg)'}"
 style="transition:1s;"
scale:1,//比例为1
rotate:0,//角度为0

Guess you like

Origin blog.csdn.net/weixin_49295874/article/details/112713038