I created a slideshow using HTML and CSS, and I'm looking to implement a feature where the slideshow pauses when my mouse hovers over it. I attempted to achieve this by using
-webkit-animation-play-state: paused;
, but unfortunately, it only pauses one image which disrupts the flow of the entire slideshow. Is there a method to pause all images when hovering over the slideshow?