Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为我的网站使用 Mootools Mediabox。这个mediaboxAdvanced v1.4.6。
现在我正在寻找一个图像在 5 秒后自动更改的解决方案。在代码中我找到了thie
{id:"mbNextLink",href:"#"})).addEvent("click",R)
但是没有找到具有持续时间和 addEvent 的解决方案。
最好的祝福
只需查看代码,您应该可以通过扩展 mediaboxAdvanced 代码来做到这一点。
只需Mediabox = {在代码中查找并在之后添加一个函数。例如:
Mediabox = {
showNext: function(){ next(); },
那么您应该可以使用setInterval例如使其在 5 秒后自动前进。
setInterval