![JAR search and dependency download from the Maven repository](/logo.png)
_themes.metrics.less.component-animations.less Maven / Gradle / Ivy
// COMPONENT ANIMATIONS
// --------------------
.fade {
.transition(opacity .15s linear);
opacity: 0;
&.in {
opacity: 1;
}
}
.collapse {
.transition(height .35s ease);
position:relative;
overflow:hidden;
height: 0;
&.in { height: auto; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy