Skip to content
GitLab
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
  • !27279

Fix Edge bounce and restore original transition easing

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/MartijnCuppens/carousel-ie-bounce into v4-dev Sep 19, 2018
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: MartijnCuppens

https://github.com/twbs/bootstrap/pull/22392 didn't solve the bounce effect and changed the transition from ease-in-out to ease. This PR restores the original transition.

The bounce in #27156 (closed) is caused by the switch from position: absolute to position: relative which causes a repaint. This PR uses a float based technique which will only change the transform.

I also removed align-items: center;, .carousel-item doesn't use flexbox.

Fixes #27156 (closed).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/MartijnCuppens/carousel-ie-bounce