js如何让下面的旋转放慢?
jquery云标签,如何让下面的旋转放慢?
线上预览:https://chat.henanbihu.com/yun/yun
回答
[...document.querySelectorAll('.a3d div')].map((item) => {
item.style['animationDuration'] = '1s';
});
jquery云标签,如何让下面的旋转放慢?
线上预览:https://chat.henanbihu.com/yun/yun
[...document.querySelectorAll('.a3d div')].map((item) => {
item.style['animationDuration'] = '1s';
});