Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

carousel interval work only one time when transition set none #1185

Closed
@scarletsky

Description

@scarletsky

see http://plnkr.co/edit/cleBHsUy6xMuumulb7Lw?p=preview
I just set interval to 1000 and add

    <style type="text/css" media="all">
        .carousel-inner > .item {
          -webkit-transition: none;
                  transition: none;
        }
    </style>

After that, interval only work one time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions