I'm developing a web interactive application. I have a stage in which I have arranged multiple containers. Containers are placed parallel to each other (not overlapping) and each container has multiple images placed vertically. Images are well inside the boundary of the containers so removing the chance of containers or images overlapping.
The containers are also moving from left to right continuously by animating their x position. The problem is when I click on any of the images in the container, the click event fires randomly. Sometimes on the first click and sometimes on several clicks.