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?


Solution 1:

In Effect Options... (from right-clicking on an item in the Custom Animation panel), the Animate text drop-down box provides the options:

  1. All at once
  2. By word
  3. By letter

Edit: as noted in the comments, this only allows each word to appear after a fixed delay - not after clicking. Other solutions are:

  • Obscuring each word with a white (depending on the background colour) box, which disappears after clicking.
  • Using an individual text box for each word.
  • Make copies of the text box - one copy for each word. Set the text colour to white (or the background colour) for all words except one in each text box. Then animate the text boxes to appear in order. This ensures consistent text alignment and spacing, which may be difficult with the previous method.

Solution 2:

I used to get around this by duplicating the word as its own text box and animating that. Not fun.

Solution 3:

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:

  1. Select the text shape that contains the word you want to animate.
  2. Run the macro.

Before: enter image description here

After: enter image description here

After Ungrouping (Ctrl+Shift+G): enter image description here

Once they're ungrouped, you can select a word and apply custom animations to it.

Solution 4:

I've just found a way to do this:

  1. Type the words so that they are in different paragraphs - if you only want to animate the one word then you'll need three paragraphs with the one word isolated from the rest
  2. Line up the words, using spaces, as if they were on a single line

    eg Line up the words,

                      using spaces,
    
                                    as if they were on a single line 
    
  3. Apply the animation (eg FONT COLOR) to the word(s) you want to animate

  4. Finally, select all the paragraphs and set the paragraph SPACING as EXACTLY 0pt