I've been trying like hell to remove the 5 second delay that occurs when first loading into the view containing my carousel. The issue is since my autoPlayInterval is 5sec, it takes that amount of time before getting on with animating the carousel. I tried using a ternary with Duration(100 milliseconds) hoping that would work out, but it would not switch to the 5sec duration once the boolean flipped. Note that a duration of 100 milliseconds does solve the problem of the delay, but I need to switch it back to accomplish the proper timing. I really wish the autoplayInterval wouldn't delay the first slide...
I tried mucking about with the package code but couldn't find the right tweak. Any suggestions would be greatly appreciated.
I've been trying like hell to remove the 5 second delay that occurs when first loading into the view containing my carousel. The issue is since my autoPlayInterval is 5sec, it takes that amount of time before getting on with animating the carousel. I tried using a ternary with Duration(100 milliseconds) hoping that would work out, but it would not switch to the 5sec duration once the boolean flipped. Note that a duration of 100 milliseconds does solve the problem of the delay, but I need to switch it back to accomplish the proper timing. I really wish the autoplayInterval wouldn't delay the first slide...
I tried mucking about with the package code but couldn't find the right tweak. Any suggestions would be greatly appreciated.