The sliders, although great for most carousel needs, tends to be sticky and glitchy how I’m using. I have two issues that I need help with, because of this.
Transitions/Animations
I have an ease-in-out-quart on the slider as a whole, however, it is only working on the first slide. The animation is not applying to the next slide, nor is it rendering the next slide “below” the initial slide (how the transition on most carousel js tends to work).
Pausing the Slider onHover
Is there a way to set a workingdata-pause value for the carousel/sliders that will pause the auto slide intervals? I added Bootstraps’ value » data-pause="hover" to the carousel, and it only permenantly pauses the carousel onClick. [For example: Redirecting…]
Essentially, I’m trying to pause the carousel when user hovers over the slide, then resume auto sliding when the user hovers out of the carousel.
Hey @Arbello it looks like you’ll need to use another data attribute for hover-out to resume the slider. I haven’t had a chance to play around with this functionality yet, but you may want to search for a js script to perform this or look up more Boostrap values to resume. You may find this helpful: javascript - How to pause and resume carousel slider - Stack Overflow
Seems silly to restrict the flexibility of this component just because Webflow staff thinks it isn’t necessary, but, hey, it’s your guys’ product after all.
However, that was merely one bug out of the two being mentioned above. The slides still are not applying the transitions, and the slide below the previous is still not stacking. See your own http://sliders.webflow.com/
Hey @Arbello after you remove the data-pause="hover" does the slider function correctly or are you still seeing the issue where the transitions are not taking effect for all slides? When you change this functionality, please be sure to un-publish and re-publish your webflow site. Could you please update your post with your read-only link
How to share a read-only link:
We have not made any changes as far as the slider/hover on pause feature request went due to the restrictions over hover states on Touch screen devices, but you’re welcome to make a request for changes on our Feedback/Wishlist category.
I’ve added the read-only link to the original post at the top.
I’ve removed the default-pause="hover" from the slider, unpublished, then published again. (I also adjusted the the interval value for better review on what’s happening.)
Bugs remain:
Transition applies only to the first slide
Slider does, indeed, pause but onClick only.
Slider does not begin again, even onClick outside the slider div. Requires a refresh of the page to start again.
Slides are still not “layering” (i.e., you cannot see Slide 2 below Slide 1 when transitioning)