Dada78 Posted September 24 Share Posted September 24 Site URL: https://fish-mayflower-586h.squarespace.com/ Password: testing Hi there, I would like to refine the slide animation for the Image Carousel I am using and tried the following CSS to apply an easing animation when the transform property changes, but it doesn't have any effect. Please advise how to tackle this in the most straight forward way. Thanks! .user-items-list-carousel__slides { transition: transform 0.5s ease-out; } Link to comment
tuanphan Posted September 25 Share Posted September 25 Try this code instead li.user-items-list-carousel__slide.list-item { transition: transform 0.5s ease-out !important; } but it will create a small problem...you can add and will see Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Dada78 Posted September 25 Author Share Posted September 25 HI @tuanphan, unfortunately that doesn't work. It created another slide item rushing across the screen 😉 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment