* Rename _animation.scss to _transitions.scss for accuracy
* fix docs reference to file name
* cleanup line breaks
- `.collapse.active` shows the content
- `.collapsing` is added when the transition starts, and removed when it finishes
-These classes can be found in `_animation.scss`.
+These classes can be found in `_transitions.scss`.
### Via data attributes
.fade {
opacity: 0;
-
@include transition($transition-fade);
&.active {
position: relative;
height: 0;
overflow: hidden;
-
@include transition($transition-collapse);
}
@import "buttons";
// Components
-@import "animation";
+@import "transitions";
@import "dropdown";
@import "button-group";
@import "input-group";