- Posts: 3
- Thank you received: 0
change speed?
-
isiteweb
Inactive member - Topic Author
- New Member
Less
More
11 years 3 months ago #32432
by isiteweb
change speed? was created by isiteweb
How do I change the speed of the slides?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32433
by ivan.milic
Replied by ivan.milic on topic change speed?
Open modules/mod_hot_film_tape/tmpl/default.php
in this code:
where you see
duration: duration,
change to :
duration: 600,
600 would be 600ms, put any value you want
in this code:
Code:
jQuery(this).trigger( 'configuration', ['width', function( value ) {
jQuery('#<?php echo $elementID; ?>_timer').stop().animate({
width: value
}, {
duration: duration,
easing: 'linear'
});
where you see
duration: duration,
change to :
duration: 600,
600 would be 600ms, put any value you want
The following user(s) said Thank You: GyBalazs
Please Log in to join the conversation.
-
isiteweb
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
11 years 3 months ago #32434
by isiteweb
Replied by isiteweb on topic change speed?
Thanks for the quick reply, I found the code and did what you suggested but no change to the speed in my browser, I did clear cache before trying, I tried several different numbers from 50 - 5000 and no change in speed. something else must be overriding it? John
Please Log in to join the conversation.
-
isiteweb
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
11 years 3 months ago #32435
by isiteweb
Replied by isiteweb on topic change speed?
Also, I noticed there is script to pause on hover, I do not get any pause on hover, I don't even get the hand icon on hover?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32438
by ivan.milic
Replied by ivan.milic on topic change speed?
After:
auto: true, <?php } ?>
,try putting:
pauseOnHover: 'resume',
auto: true, <?php } ?>
,try putting:
pauseOnHover: 'resume',
Please Log in to join the conversation.
Time to create page: 0.256 seconds