Is it possible to let mouse events pass through a canvas layer?

Viewed 8737

I have a grid of images and a canvas layer on top of it, I would like to do some animations on the canvas tag once the user rolls over a thumbnail image from the grid, so I wonder if is possible to let mouse events pass through the canvas layer?

1 Answers
Related