Skip to content

Missing support for WebKit explorers #359

@DieterLi

Description

@DieterLi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions