I'm making a beamer presentation and I'd like to first show an image in its true form:

and in the next slide have it shown with a shadow over a part of it like so:

Is there a way to do this?
|
I'm making a
and in the next slide have it shown with a shadow over a part of it like so:
Is there a way to do this? |
||||
|
|
|
Here is a very robust way of doing it:
The idea is to print a block ( The overlay specification Note: This requires your image (or chart) to be transparent so the block can be visible where nothing is drawn. If you're after the reverse, and using some transparency in an overlay, then the following might be what you're after. Similar techniques are followed, only using the
|
|||||||||||
|
|
There is the always present tikz solution. You can put your image into a tikz node and then use the node anchors as reference points for the rectangular cover. I defined a macro to ease the repeated use. The first argument is the slide in which that cover will appear, the second argument is the amount lf the image to be covered (1 covers the full image, 0.5 only the bottom half, and so on). An example:
Results in:
|
|||
|
|