The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Announcement Carousel
There are some announcements active on my forum start site. It would be nice, if they were animated, so every announcement (not only first one) can be seen by users. So I try to animate them by JS. This works:
Code:
if($("span.control").length && $("div.announcement-tabs").length){ var secondsperelement = 5; var announcementelements = $("div[data-index]"), i = 0; $(announcementelements[0]).show(); var loopseconds = secondsperelement*announcementelements.length*1000; (function announcementloop() { announcementelements.delay(loopseconds).toggle(0).eq(++i%announcementelements.length).show(0, announcementloop);}()); } So my question is: Is there an existing mod, who animate announcements? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|