Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • xdesigner Friend
    #197358

    Hello,

    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:

    here

    pavit Moderator
    #533419

    Hi

    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 Friend
    #533593

    Hello 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 Moderator
    #533599

    Hi

    I obtained a similar effect, setting values from module backend

    Rolling Delay Time = 0
    Animation Time = 1500

    If this is not satisfing your needs i think would be preferable to use another extension.


    1. Screenshot_8
Viewing 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