Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • earthson Friend
    #185521

    Hey,

    The slides are just moving too fast for me. How can I slow down the speed of this thing?

    Thanks!

    Saguaros Moderator
    #485525

    Hi,

    There are some other threads discussing about this. You can open file: modules/mod_jaslideshowlite/mod_jaslideshowlite.php

    <script type="text/javascript">
    window.addEvent('domready', function(){
    window.jassliteInst = window.jassliteInst || [];
    window.jassliteInst.push(new JASliderCSS('ja-ss-<?php echo $module->id;?>', {
    interval: 5000, <-- change here
    duration: <?php echo ($type != 'custom' ? '1000' : '2200'); ?>,

    repeat: true,
    autoplay: <?php echo $autoPlay;?>,

    navigation: <?php echo $showNavigation;?>,
    thumbnail: <?php echo $showThumbnail;?>,

    urls:['<?php echo implode('','', $urls); ?>'],
    targets:['<?php echo implode('','', $targets); ?>']
    }));
    });
    </script>

    earthson Friend
    #485595

    Sorry, I guess I didn’t search the right terms. Thanks!

    earthson Friend
    #485596

    It would be great it this could be incorporated right into the module settings. I’m sure many people would like control over this, and digging through scripts is tricky for a lot of us 🙂

    Saguaros Moderator
    #485689

    Hi,

    At first, when creating this module, we want to create a simple slideshow with simple configuration so we don’t add it to a param settings. If so many people interested in this, we shall improve it in next version.

    Thank you.

    earthson Friend
    #485709

    Simple is nice – but, in the end, people will always want to customize. Please do add it in the next function 🙂

    G T Friend
    #487177

    <em>@Saguaros 363126 wrote:</em><blockquote>Hi,

    There are some other threads discussing about this. You can open file: modules/mod_jaslideshowlite/mod_jaslideshowlite.php

    <script type="text/javascript">
    window.addEvent('domready', function(){
    window.jassliteInst = window.jassliteInst || [];
    window.jassliteInst.push(new JASliderCSS('ja-ss-<?php echo $module->id;?>', {
    interval: 5000, <-- change here
    duration: <?php echo ($type != 'custom' ? '1000' : '2200'); ?>,

    repeat: true,
    autoplay: <?php echo $autoPlay;?>,

    navigation: <?php echo $showNavigation;?>,
    thumbnail: <?php echo $showThumbnail;?>,

    urls:['<?php echo implode('','', $urls); ?>'],
    targets:['<?php echo implode('','', $targets); ?>']
    }));
    });
    </script>

    </blockquote>
    Do we need to increase the value to slowdown or decrease the vale.

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  G T 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum