Difference between revisions of "Team:KU Leuven/Research/Results"

Line 191: Line 191:
 
  opacity: 0;
 
  opacity: 0;
 
  transform: scale(0.8);
 
  transform: scale(0.8);
 +
}
 +
}
 +
 +
@media all {
 +
.accordionItem {
 +
  max-height: 50em;
 +
  -moz-transition: max-height 1s;
 +
  -o-transition: max-height 1s;
 +
  -webkit-transition: max-height 1s;
 +
  transition: max-height 1s;
 +
}
 +
}
 +
 +
@media screen and (min-width: 48em) {
 +
.accordionItem {
 +
  max-height: 15em;
 +
  -moz-transition: max-height 0.5s;
 +
  -o-transition: max-height 0.5s;
 +
  -webkit-transition: max-height 0.5s;
 +
  transition: max-height 0.5s;
 
}
 
}
 
}
 
}

Revision as of 08:43, 8 September 2015

First Accordion heading

First Accordion Content

Second Accordion heading

Second Accordion Content

Third Accordion heading

Third Accordion Content