-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
Hi,
I've found that Carousel function doesn't work well in webkit explorers, like Chrome, Safari and etc. And I've checked the CSS codes, and found that some supporting lines are omitted, comparing to the original Bootstrap CSS file, like:
Under @media all and (transform-3d), (-webkit-transform-3d)
Class .carousel-inner > .item misses
"-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;"
Such kind of issue also happens to other classes. After added them up into your CSS file, Carousel works well now.
Metadata
Metadata
Assignees
Labels
No labels