Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !21370

Rename _animation.scss to _transitions.scss

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark Otto requested to merge rename-animation-transitions into v4-dev 8 years ago
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 3

Fixes #21327 (closed).

Compare
  • v4-dev (base)

and
  • latest version
    ca236b47
    3 commits, 2 years ago

3 files
+ 2
- 4

    Preferences

    File browser
    Compare changes
docs/co‎mponents‎
colla‎pse.md‎ +1 -1
sc‎ss‎
_transit‎ions.scss‎ +0 -2
bootstr‎ap.scss‎ +1 -1
docs/components/collapse.md
+ 1
- 1
  • View file @ ca236b47

  • Edit in single-file editor

  • Open in Web IDE


@@ -104,7 +104,7 @@ The collapse plugin utilizes a few classes to handle the heavy lifting:
- `.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
scss/_animation.scss → scss/_transitions.scss
+ 0
- 2
  • View file @ ca236b47

  • Edit in single-file editor

  • Open in Web IDE


.fade {
opacity: 0;
@include transition($transition-fade);
&.active {
@@ -31,6 +30,5 @@ tbody {
position: relative;
height: 0;
overflow: hidden;
@include transition($transition-collapse);
}
scss/bootstrap.scss
+ 1
- 1
  • View file @ ca236b47

  • Edit in single-file editor

  • Open in Web IDE


@@ -25,7 +25,7 @@
@import "buttons";
// Components
@import "animation";
@import "transitions";
@import "dropdown";
@import "button-group";
@import "input-group";
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
v3.0.1
v3.0.1
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: twbs/bootstrap!10996
Source branch: rename-animation-transitions

Menu

Explore Projects Groups Snippets