Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • hotsd101 Friend
    #658573

    where can adjust speed for slideshow transition ja slideshow lite ?

    Pankaj Sharma Moderator
    #658626

    Hi

    You can change it from code php file
    Open modules/mod_jaslideshowlite/mod_jaslideshowlite.php file
    At the end of file, you would see this javascript code

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

    Hope it helps

    Pankaj Sharma Moderator
    #744721

    Hi

    You can change it from code php file
    Open modules/mod_jaslideshowlite/mod_jaslideshowlite.php file
    At the end of file, you would see this javascript code

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

    Hope it helps

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years, 2 months ago.

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