-
AuthorPosts
-
xdesigner Friend
xdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
May 3, 2014 at 5:01 pm #197358Hello,
I am using the JA Content Slider module for images to display a list of client logos. In the options given there is only a rolling delay time and animation time option.
My question is: how can I make the images to run continuously but without having a rolling delay time?
If I set rolling delay time to 0 it does what I want but at a crazy speed, is there a workaround for this maybe to make it work as a continuous image marquee with a normal speed?
Thank you in advance.
An example of the result I’m looking for:
herepavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 3, 2014 at 5:17 pm #533419Hi
Try to search here modulesmod_jacontentsliderassetsjsja_contentslider.js
var JS_ContentSlider = new Class({
initialize: function(options)
{this.options = Object.append({
w: 100,
h: 200,
num_elem: 4,
total: 0,
url: '',
mode: 'horizontal',
direction: 'right',
wrapper: 'ja-slide-wrapper',
duration: 1000,
interval: 3000,
auto: 1
}, options || {});
xdesigner Friendxdesigner
- Join date:
- April 2014
- Posts:
- 40
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
May 5, 2014 at 11:38 am #533593Hello Pavit,
I found that file and tried to play with the settings but changes don’t seem to have any effect. I understand that I have to add something extra to the code.
I also have different settings in the backend for example duration 400, interval 800, but when I open that file I am seeing the exact same values as the ones you posted.
Any ideas what could I add to the code to have the effect I need, or should I just give up and try a different extension if it’s too difficult?
Thank you in advance.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 5, 2014 at 12:58 pm #533599Hi
I obtained a similar effect, setting values from module backend
Rolling Delay Time = 0
Animation Time = 1500If this is not satisfing your needs i think would be preferable to use another extension.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by pavit 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA Content Slider continuous image rolling
Viewing 4 posts - 1 through 4 (of 4 total)