-
AuthorPosts
-
earthson Friend
earthson
- Join date:
- May 2008
- Posts:
- 162
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 7 times in 1 posts
March 5, 2013 at 2:16 am #185521Hey,
The slides are just moving too fast for me. How can I slow down the speed of this thing?
Thanks!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 6, 2013 at 7:45 am #485525Hi,
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 Friendearthson
- Join date:
- May 2008
- Posts:
- 162
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 7 times in 1 posts
March 6, 2013 at 1:47 pm #485595Sorry, I guess I didn’t search the right terms. Thanks!
earthson Friendearthson
- Join date:
- May 2008
- Posts:
- 162
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 7 times in 1 posts
March 6, 2013 at 2:01 pm #485596It 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 7, 2013 at 9:28 am #485689Hi,
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.
1 user says Thank You to Saguaros for this useful post
earthson Friendearthson
- Join date:
- May 2008
- Posts:
- 162
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 7 times in 1 posts
March 7, 2013 at 1:48 pm #485709Simple is nice – but, in the end, people will always want to customize. Please do add it in the next function 🙂
G T FriendG T
- Join date:
- September 2014
- Posts:
- 445
- Downloads:
- 223
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 3 times in 2 posts
March 20, 2013 at 9:23 am #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. -
AuthorPosts
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