- Posts: 9
 - Thank you received: 0
 
Menu effects options
- 
        redfiveweb.com
Inactive member - 
            
				
                            Topic Author
                                 - New Member
 - 
            
         
        Less
        More
        
            
    
        
            
        
                14 years 3 months ago         -  14 years 3 months ago        #9807
        by redfiveweb.com
    
    
    
            
            
            
            
                                
    
                                                
    
        Menu effects options was created by redfiveweb.com            
    
        Hello, can you tell me where on the back end are the options for the menu effects (fade, scroll, etc.)
I tried the options in template manager and they had no effect, menus seemed to just fade in regardless of setting.
Thanks
I tried the options in template manager and they had no effect, menus seemed to just fade in regardless of setting.
Thanks
        Last edit: 14 years 3 months ago  by redfiveweb.com.            
            Please Log in to join the conversation.
- 
        ivan.milic
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 14116
 - Thank you received: 1639
 
            
        
                14 years 3 months ago                #9817
        by ivan.milic
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Re: Menu effects options            
    
        If you use one of four pre-defined styles then parameters below have no effect. To be able to use that parameters you must select "Custom Style". Is you want to use pre-defined style and change effect , you must alter one of
styles/style1.php
styles/style2.php
styles/style3.php
styles/style4.php
depending on which style you selected. For example in style2.php you have a line:
$menuAnimationEffect = "fadeIn(400)";
so you can change this value to one of following:
"fadeIn(400)"
"slideDown('slow')"
"show(400)"
"show(0)"
this values are provided as options in template but if you know jQuery you can use more other effects here.
styles/style1.php
styles/style2.php
styles/style3.php
styles/style4.php
depending on which style you selected. For example in style2.php you have a line:
$menuAnimationEffect = "fadeIn(400)";
so you can change this value to one of following:
"fadeIn(400)"
"slideDown('slow')"
"show(400)"
"show(0)"
this values are provided as options in template but if you know jQuery you can use more other effects here.
Please Log in to join the conversation.
        Time to create page: 0.306 seconds