Fixes carousel in BS4 by applying correct transition classes #4

Merged
wcoppens merged 1 commits from fix-carousel into master 2017-12-08 21:07:17 +08:00
wcoppens commented 2017-12-08 20:56:40 +08:00 (Migrated from github.com)

This change fixes the use of carousel classes while transitioning and fixes the global class usage for a carousel.

e.g. .item becomes .carousel-item
and e.g. .next .prev, .left, right becomes .carousel-item-{next, prev, left, right}

This change fixes the use of carousel classes while transitioning and fixes the global class usage for a carousel. e.g. `.item` becomes `.carousel-item` and e.g. `.next` `.prev`, `.left`, `right` becomes `.carousel-item-{next, prev, left, right}`
Morgul (Migrated from github.com) approved these changes 2017-12-08 21:07:08 +08:00
Morgul (Migrated from github.com) left a comment

Thanks!

Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: invisi/ui-bootstrap4#4