
scripts.node_modules.bootstrap.scss._transitions.scss Maven / Gradle / Ivy
The newest version!
.fade {
@include transition($transition-fade);
&:not(.show) {
opacity: 0;
}
}
.collapse {
&:not(.show) {
display: none;
}
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
@include transition($transition-collapse);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy