i was just thinking that would be really nice to have an extra button in the "gallery slideshows" to auto advance them after a few seconds...seems it could be simple? i dont really know, but im curious what ppl think of something like that
Announcement
Collapse
No announcement yet.
animated slide show
Collapse
X
-
vB5 uses jCarousel jQuery plugin for the gallery slideshow. By default, the jCarousel core only contains the minimum functionality needed to create carousel widgets. This is what vB5 has. To have autoscroll feature, you have to add the jCarousel Autoscroll plugin.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
-
hmm....it seems simple enough? we can do it yes?
im a bit confused of the installation tho.....ive followed this dl link>>
which results in the code below, but im not sure where to put it or if its as simple as adding that file, then?
then to manually code the buttons in?
trying to sense how involved this would be to accomplish
/*! jCarousel - v0.3.4 - 2015-09-23 * http://sorgalla.com/jcarousel/ * Copyright (c) 2006-2015 Jan Sorgalla; Licensed MIT */ !function(a,b){"use strict";var c,d,e={hidden:"visibilitychange",mozHidden:"mozvis ibilitychange",msHidden:"msvisibilitychange",webki tHidden:"webkitvisibilitychange"};a.each(e,functio n(a,e){return"undefined"!=typeof b[a]?(c=a,d=e,!1):void 0}),a.jCarousel.plugin("jcarouselAutoscroll",{_opt ions:{target:"+=1",interval:3e3,autostart:!0},_tim er:null,_started:!1,_init:function(){this.onDestro y=a.proxy(function(){this._destroy(),this.carousel ().one("jcarousel:createend",a.proxy(this._create, this))},this),this.onAnimateEnd=a.proxy(this._star t,this),this.onVisibilityChange=a.proxy(function() {b[c]?this._stop():this._start()},this)},_create:functi on(){this.carousel().one("jcarousel:destroy",this. onDestroy),a(b).on(d,this.onVisibilityChange),this .options("autostart")&&this.start()},_destroy:func tion(){this._stop(),this.carousel().off("jcarousel :destroy",this.onDestroy),a(b).off(d,this.onVisibi lityChange)},_start:function(){return this._stop(),this._started?(this.carousel().one("j carousel:animateend",this.onAnimateEnd),this._time r=setTimeout(a.proxy(function(){this.carousel().jc arousel("scroll",this.options("target"))},this),th is.options("interval")),this):void 0},_stop:function(){return this._timer&&(this._timer=clearTimeout(this._timer )),this.carousel().off("jcarousel:animateend",this .onAnimateEnd),this},start:function(){return this._started=!0,this._start(),this},stop:function (){return this._started=!1,this._stop(),this}})}(jQuery,docu ment);
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Get Affordable and Fast VPS for vBulletin -
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment