单独旋转 2 个或更多图像
我迫切需要弄清楚如何能够单独旋转页面上的 2 个项目(图像、文本等)(例如不同时旋转)。这是我正在讨论的示例,但在此页面上只有 1 个项目(图像)。当我尝试复制图像,然后旋转它时,两个图像最终同时旋转:http://testerski.antaranian。我/
有人可以请告诉我让项目自行旋转的代码吗?谢谢你!!!
I desperately need to figure out how to be able to rotate 2 items (images, texts, etc.) on a page individually (e.g. NOT at the same time). Here's an example of what I'm talking about, but on this page, there is only 1 item (an image). When I try to duplicate the image, and then rotate it, both images end up rotating simultaneously: http://testerski.antaranian.me/
Can someone please, please, please show me the code for having the items rotate on their own? Thank you!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 main.js 中更改为:
在您的 html 中添加:
现在应该可以工作。您应该显示您的代码,因为我正在假设您需要修复的内容。
in main.js change to:
add in your html:
Should work now. You should show your code cause i'm making an assumption of what you need to fix.