- Posts: 94
- Thank you received: 0
How to pause slide rotation on mouse over
-
scottshort
Inactive member -
Topic Author
- Member
-
Less
More
12 years 10 months ago #18961
by scottshort
How to pause slide rotation on mouse over was created by scottshort
Hi,
Is it possible to pause the slide rotation on mouse over? I can not see this option on the module configuration page... If not there, is there a mod that I can add to do this? What file and code change required?
Thanks again
Scott
Is it possible to pause the slide rotation on mouse over? I can not see this option on the module configuration page... If not there, is there a mod that I can add to do this? What file and code change required?
Thanks again
Scott
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #18969
by ivan.milic
Replied by ivan.milic on topic Re: How to pause slide rotation on mouse over
In tmpl/default.php of module folder you would find:
so google to see how to pause jQuery tabs animation
Code:
jQuery(document).ready(function(jquery) {
jquery("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
so google to see how to pause jQuery tabs animation
Please Log in to join the conversation.
-
scottshort
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 94
- Thank you received: 0
12 years 10 months ago #18988
by scottshort
Replied by scottshort on topic Re: How to pause slide rotation on mouse over
Hi Ivan
I googled and am ready to give it a try... can you tell me the file name where this code is? I can't find it.
Thanks
Scott
I googled and am ready to give it a try... can you tell me the file name where this code is? I can't find it.
Thanks
Scott
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #18999
by ivan.milic
Replied by ivan.milic on topic Re: How to pause slide rotation on mouse over
modules\mod_hot_newsflash\tmpl\default.php
Please Log in to join the conversation.
-
scottshort
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 94
- Thank you received: 0
12 years 10 months ago #19010
by scottshort
Replied by scottshort on topic Re: How to pause slide rotation on mouse over
Hi Ivan,
I tried recommended code I got from internet, but it did not work. I am posting on jQuery's forum to see if I can find out what I did wrong.. If I find success, I will post results here.
regards
Scott
I tried recommended code I got from internet, but it did not work. I am posting on jQuery's forum to see if I can find out what I did wrong.. If I find success, I will post results here.
regards
Scott
Please Log in to join the conversation.
Time to create page: 0.156 seconds