Slider works perfectly actually… Slides, transition is visible. It has VERY LOW transition time - 100ms. Try changing it to 800 and you will see transitions
Hello, as @bartekkustra indicated, it all looks fine in Webflow and transistions are working… the problem is in the code on your site, for one, you have have the carousel.js code loaded before jQuery, so there is errors being raised and not running your slider properly.
For starters, try moving this line that is in the head of your file, to the end of the file, just above the last </body> tag in your html:
Try that and check result… There might be some other changes you need to make to your exported code, but that is the first obvious error that I see you must fix… there is also some other errors reported on your website, but those might be cascading errors as a result of jQuery not being loaded before you are trying to run some script…