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
clevermissfox
clevermissfox2mo ago
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 JS
Andreik289
Andreik2892mo ago
I managed to get the desired effect by triggering all the animations from js, thank you