Difference between revisions of "Template:Team:NCTU Formosa"

Line 325: Line 325:
 
     $( '.dropdown' ).hover(
 
     $( '.dropdown' ).hover(
 
         function(){
 
         function(){
             $(this).children('.dropdown-content').slideDown(500);
+
             $(this).children('.dropdown-content').slideDown(300);
 
         },
 
         },
 
         function(){
 
         function(){
             $('.dropdown').children('.dropdown-content').fadeOut(300);
+
             $('.dropdown').children('.dropdown-content').hide();
 
         }
 
         }
 
     );
 
     );

Revision as of 15:58, 23 September 2016