| Current Path : /home/smartconb/www/armencom33/media/com_eventgallery/common/less/ |
| Current File : /home/smartconb/www/armencom33/media/com_eventgallery/common/less/slide.less |
/*
Slide Up/Down basic styles
*/
.eg-slidable {
-webkit-transition: height .25s ease;
-o-transition: height .25s ease;
transition: height .25s ease;
overflow: hidden;
}
.eg-slidable:not(.eg-slidable-active) {
display: none;
}