I am currently facing some challenges with building a custom slider. While it moves forward smoothly using CSS animation, I'm struggling to implement a backward motion with an animation. It seems like I need to loop through the slides and try a different approach, but I can't figure it out at the moment.
Initially, I tried setting the current_slide by adding an .active class to the first article on load and then using the jQuery index function, but that didn't work as expected. Also, I'm not familiar with the 'props:' syntax and my online search hasn't been very helpful. Any assistance would be greatly appreciated.