Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • wertz Friend
    #181379

    Hello! Does anyone know how to change time Interval or animation duration time in JA Slideshow Lite module?

    any suggestions?
    Regards

    wertz Friend
    #470020

    so..? no suggestions?
    no? nobody knows..

    Ninja Lead Moderator
    #470092

    You can change it from code php file

    <blockquote>Open modules/mod_jaslideshowlite/mod_jaslideshowlite.php file</blockquote>

    <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>

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 6 months ago.

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