Change the timing / speed of the slideshow

Permalink Browser Info Environment
I'm sure this is an easy one but my searches for 'Time', "Timing', 'Speed' etc... didn't point me to a clear area to tweak so I tried adjusting line 20 in view.php.

By changing 5000 to 80000 it appeared to be slower. But I see that there is also a '5000' on line 26.

Should I change both of these?

<script type="text/javascript">
      $(document).ready(function(){
         $("#c5mix-featured-slider-<?php  echo $bID?>").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 8000, true);
         $("#c5mix-featured-slider-<?php  echo $bID?>").hover(
         function() {
         $("#c5mix-featured-slider-<?php  echo $bID?>").tabs("rotate",0,true);
         },
         function() {
         $("#c5mix-featured-slider-<?php  echo $bID?>").tabs("rotate",5000,true);
         }
         );
      });
   </script>

Type: Discussion
Status: New
jamesleech
View Replies:
c5mix replied on at Permalink Reply
c5mix
Yeah, you should change both instances of 5000 for best results. Note, that's in milliseconds, so 5000 is 5 seconds.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.