25

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?

Lea Cohen
  • 944

9 Answers9

21

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

Chris Nava
  • 7,258
16

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.

Ellesa
  • 11,185
14

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.
sblair
  • 12,757
11

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
James Mertz
  • 26,529
4

I used to duplicate whole slides, e.g. the first slide with the missing word (I usually put spaces or a line there), while the second slide already included the word. You end up having a whole bunch of slides but it's pretty fast. I'm pretty sure there are better methods tho.

Sjuzi
  • 41
2

Depending upon the emphasis desired, you can accomplish certain effects by inserting shapes. For example, if you wish to underline a word for emphasis, insert a line shape underneath the word and then set an animation for the line. Then, when you click or otherwise cue the line, it will appear and underline the word for emphasis. You can adjust line color, weight, and have more control of how it appears (such as swiped in, simply appearing, fading in, etc.). Still not as great as a single-word emphasis feature would be, but it's probably better than duplicating so many slides or text boxes. Hope this helps!

0

OR.. in my case.. I needed this:

  1. You can copy & paste the textbox like a layer on top

  2. Make fonts and other text effects 100% transparent in new textbox except the ones you want to animate

  3. Apply animation to non-transparent words in new textbox

  4. Right click animation in animation pane -> effect options -> [effect tab] / Animate text.. [section] -> select: by words -> 50% -> click, 'ok'

0

Here is a solution that is relatively easy to achieve the animation of changing the text colour of a single word or words in a sentence while leaving the rest of the text as it was. Copy the entire text block and paste it back onto the page. Change the colours of the text in the new copy of the text block Make sure it's on the top layer Position it so that it covers the bottom layer of text perfectly. Now apply an animation to the new text layer, Appear or fade in, Now when you open the slide the standard text eg black appears. Click on the mouse and the new layer with the individual words that have the different colours will appear and cover the other black text up. If you want a number of colours to appear on different words in the same sentence at different times, you will need to use more than two layers and click them all in until you have the desired text effect/animation

Greig T
  • 11
-1

If you're fine with basic animation, just make multiple copies of the slide. In each second one, bold/highlight/underline/ect the word you want to emphasize. The effect is the same. One click and the word will emphasize.

Wes Sayeed
  • 14,102