- Posts: 14116
- Thank you received: 1639
change speed?
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
10 years 10 months ago #39356
by ivan.milic
Replied by ivan.milic on topic change speed?
Return:
duration: duration,
instead :
scroll: <?php echo $scrollAmount ?>,
put:
scroll: scroll : {
items : <?php echo $scrollAmount ?>,
easing : "elastic",
duration : 1000,
pauseOnHover : true
} ,
duration: duration,
instead :
scroll: <?php echo $scrollAmount ?>,
put:
scroll: scroll : {
items : <?php echo $scrollAmount ?>,
easing : "elastic",
duration : 1000,
pauseOnHover : true
} ,
Please Log in to join the conversation.
-
mcasner
Inactive member -
- Member
-
Less
More
- Posts: 24
- Thank you received: 0
10 years 10 months ago #39366
by mcasner
Replied by mcasner on topic change speed?
Tried that. It did not work. The slides quit scrolling.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #39375
by ivan.milic
Replied by ivan.milic on topic change speed?
I made mistake,
instead :
scroll: <?php echo $scrollAmount ?>,
put:
scroll : {
items : <?php echo $scrollAmount ?>,
easing : "linear",
duration : 1000,
pauseOnHover : true
} ,
instead :
scroll: <?php echo $scrollAmount ?>,
put:
scroll : {
items : <?php echo $scrollAmount ?>,
easing : "linear",
duration : 1000,
pauseOnHover : true
} ,
The following user(s) said Thank You: mcasner
Please Log in to join the conversation.
Time to create page: 0.070 seconds