I have a list of bullet points in my slide. In each row, I'd like to animate one word only, to give the word emphasis. But I see I can only animate a whole row.
Is there any way to animate a single word?
|
I have a list of bullet points in my slide. In each row, I'd like to animate one word only, to give the word emphasis. But I see I can only animate a whole row. Is there any way to animate a single word? |
||||
|
|
|
In
Edit: as noted in the comments, this only allows each word to appear after a fixed delay - not after clicking. Other solutions are:
|
|||||||||||
|
|
I used to get around this by duplicating the word as its own text box and animating that. Not fun. |
|||
|
|
|
As far as I know, Powerpoint only lets you animate entire text objects, not individual words inside them. Like Chris Nava, you can work around this limitation by creating a separate text box for the word you wish to animate. I've set up a macro that takes each word in a text box, creates separate shapes for them, lines them up and groups them. Here's the code: http://snipplr.com/view/57858/powerpoint--split-text/ I'll try to improve it when I can. To use it:
Before:
After:
After Ungrouping (Ctrl+Shift+G):
Once they're ungrouped, you can select a word and apply custom animations to it. |
||||
|
I've just found a way to do this:
|
||||
|
|