I have a card game with 13 sibling images with id="img1" through id="img13". (only the image source is different.
The images are position: absolute, they are tiled and slightly overlapping horizontally.

When user clicks a card I make it grow and translate up like above.
Now my question is: what is the best way to select 1 card to the left and 1 card to the right to make them grow to an intermediate size, thus creating a wave effect?
Caveat: When the leftmost cad is selected, no card to the left, and same for the rightmost card: no card to the right.