I'm facing an issue where I need to display or hide images at the center point of the image.
To achieve this, I have implemented the jQuery animate function as shown below:
$("someId").animate({width:"hide"},300);
The problem is that the image is currently being hidden from the bottom-right corner to the top-left corner. My goal is to hide the image directly at the center point of the image.