- Posts: 2
- Thank you received: 0
Menu delay
-
wiebe
Inactive member - Topic Author
- New Member
Less
More
14 years 8 months ago #955
by wiebe
Menu delay was created by wiebe
Hi there,
I am working on the Coffeine template.
Like it very much (that's why I purchased it .
However I am not completely happy with the speed of the menu's.
In my opinion they are just a bit to slow.
Annoying!
Where can I change this value.
I know my way around in Joomla and templates - so if you just tell me where to look for, I'll be fine.
Thankz.
Wiebe
I am working on the Coffeine template.
Like it very much (that's why I purchased it .
However I am not completely happy with the speed of the menu's.
In my opinion they are just a bit to slow.
Annoying!
Where can I change this value.
I know my way around in Joomla and templates - so if you just tell me where to look for, I'll be fine.
Thankz.
Wiebe
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 8 months ago #956
by milos
Replied by milos on topic Re: Menu delay
Hi Wiebe,
Go to template parameters (Extensions > Templates > hot_coffeine) and you will see option there to change menu animation effect (or to disable it).
Otherwise, if you are using style 1, you can open file /templates/hot_coffeine/styles/style1.php and change line
to
Hope this helps.
Go to template parameters (Extensions > Templates > hot_coffeine) and you will see option there to change menu animation effect (or to disable it).
Otherwise, if you are using style 1, you can open file /templates/hot_coffeine/styles/style1.php and change line
Code:
$menuAnimationEffect = "slideDown('slow')";
Code:
$menuAnimationEffect = "slideDown('fast')";
Hope this helps.
Please Log in to join the conversation.
Time to create page: 0.157 seconds