I want to animate the cells in a table. The first column contains a question or a guess, the second column provides the answer. I want to animate the cells of the second column (cells should appear one by one on a mouse-click in order to “uncover” the answer), but the table is considered as a single object, such that the cells can’t be animated on itself.
As a solution, I covered each cell in the second column with a rectangle and added an animation to each rectangle such that the rectangles disappear one by one on each mouse-click.