Fixes carousel in BS4 by applying correct transition classes #4
Reference in New Issue
Block a user
Delete Branch "fix-carousel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change fixes the use of carousel classes while transitioning and fixes the global class usage for a carousel.
e.g.
.itembecomes.carousel-itemand e.g.
.next.prev,.left,rightbecomes.carousel-item-{next, prev, left, right}Thanks!