Difference between revisions of "Team:Tec-Monterrey/Notebook"

m
m
Line 34: Line 34:
 
   .collapsible-body {
 
   .collapsible-body {
 
     padding: 2rem;
 
     padding: 2rem;
 +
    display: none;
 
   }
 
   }
 
   ul.collapsible-list {
 
   ul.collapsible-list {
Line 97: Line 98:
 
         window.alert("active");
 
         window.alert("active");
 
         $(this).parent().removeClass('active');
 
         $(this).parent().removeClass('active');
 +
        $(this).siblings('.collapsible-body').stop(true, false).slideUp({ duration: 350, easing: "easeOutQuart", queue: false, complete: function () {
 +
              $(this).css('height', '');
 +
            } });
 
       } else {
 
       } else {
 
         window.alert("inactive");
 
         window.alert("inactive");
 
         $(this).parent().addClass('active');
 
         $(this).parent().addClass('active');
 +
        $(this).siblings('.collapsible-body').stop(true, false).slideDown({ duration: 350, easing: "easeOutQuart", queue: false, complete: function () {
 +
              $(this).css('height', '');
 +
            } });
 
       }
 
       }
  

Revision as of 13:03, 14 October 2018

Notebook
Everyday activities by the team
  • Test 1
    • Test 1.1
      This is text

Contact Us

Sponsors