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
  • Issues
  • #15534
Closed
Open
Issue created Jan 10, 2015 by Administrator@rootContributor

CSS3 3D transforms for Carousel aren't used in Firefox

Created by: cvrebert

So, it turns out that the media query we're using (https://github.com/twbs/bootstrap/blob/72a91b0205b3a76baebb68aeac8030fd015d906b/less/carousel.less#L29 ) evaluates to false in Firefox. (Also, the unprefixed transform-3d media feature doesn't seem to exist; there's only -webkit-transform-3d) Testcase: http://jsbin.com/lewuza/5/edit I'm thinking we could duplicate the styles in an @supports feature query, which Firefox does support (again, see testcase).

Assignee
Assign to
Time tracking