Slider animation except at first page load
I have this basic slider and it works pretty good but I want to prevent the animation of the first slide when the page loads for the first time.
https://codepen.io/Andreica289/pen/ExzZzME
2 Replies
prevent or delay? can you add an animation delay to
:first-pf-type
? not on pc so cant look at the codepen properly
or with a setTimeout to delay running the animation from JSI managed to get the desired effect by triggering all the animations from js, thank you