[enter image description here][1]https://github.com/SauravMukherjee44/CodeIN-Community-Website/issues/109#event-6190227995 This is the github repo I am working on and currently there is an issue which I want to solve. The sliding animation on for the "Meet Our Team" section should pause while someone hover them You can Check the website here. codeincommunity.tech/. I have tried to solve this by adding pausing function (as you can see in the image) but it's not working.
#testimonials-slider.swiper-slide{ animation: pulse 3s infinite; &:hover { animation-play-state: paused; } }
[1]: https://i.stack.imgur.com/Q2xWY.png