Hi, after latest update of T4 with J4 somethings is not working like before, for example you can check my sample url about a carousel which its slide effect or fade effect does not work, I have provided administrator data, please let me know how should I solve it.
Problem in T4 with J4 in Bootstrap Carousel performance
Hi tester2693,
I have checked with the slide and fade effects class of the Bootstrap Carousel and see that it worked.
/*slide effect*/
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
....
....
</div>
/*Fade effect*/
<div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel">
....
....
</div>
- Edited
This message is visible to Moderators only
hidden content
saguaros locked the discussion.