Okay, I figured it out. I did some research and found that chrome can show animations.
This is the link I used to figure out how to find animations Chrome animation
Once you find the animation in the styles tab copy the code, for me it was:
.woocommerce-cart .product-remove a {
opacity: 0;
}
Then Paste it in the css of the website and change the opacity to 100.
Not sure if its the right way but It seems to work for me.