I have logo with animation and I want to make it so that when people press some buttons on my website the logo animation plays. My question is how can I have my logo animation activate every time someone press on a button?
Create a button component whit onClick props and using redux to control that props to follow user click on your button component.
After that set your logo runtime even click variable in redux.