How do I animate only one word in a row?

183,115

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

Solution 5

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.

Share:
183,115

Related videos on Youtube

Lea Cohen
Author by

Lea Cohen

Web developer, both server-side and client-side. Started my web career with ASP.NET and now also write in PHP (mainly Wordpress, some Moodle). SOreadytohelp

Updated on September 18, 2022

Comments

  • Lea Cohen
    Lea Cohen over 1 year

    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
    Lea Cohen over 12 years
    Thank you, but that will animate all the words in that row. I want the animation only on ONE of the words
  • sblair
    sblair over 12 years
    Do you mean by clicking, rather than after a fixed delay? I don't think that's possible without messing around with multiple text boxes, or white (assuming the background is white) boxes that disappear on clicks.
  • Lea Cohen
    Lea Cohen over 12 years
    I'd prefer by clicking, but if it's easier to do it with a fixed delay, then I would be happy to hear about it.
  • sblair
    sblair over 12 years
    @Lea If the entrance effect is set to Appear, then there should be a configurable seconds delay between words in Effect Options.
  • Ellesa
    Ellesa over 12 years
    I work with ppt slides a lot. I figured I'd run into a request like this from my boss someday. :D
  • fixer1234
    fixer1234 about 9 years
    This appears to be just a repeat of previous answers, virtually identical to Sjuzi's answer. Each answer should contribute something substantive new.
  • G-Man Says 'Reinstate Monica'
    G-Man Says 'Reinstate Monica' almost 9 years
    Welcome to Super User.  This seems to be just a repeat of ideas that have already been presented in other answers.  In fact, this seems to repeat ideas that were presented in just about every other answer.  Please strive to make answers contribute substantive new aspects not found in any existing answers, including some explanation and context.  Please don’t post an answer unless you actually have something new to contribute.
  • tkp
    tkp over 7 years
    That's a bit harsh on a new user, with their first answer, don't you think? :-) I see, over a year later, that it was also his last answer. As they say on That Other Place, Please do not bite the newcomers.
  • Mike M
    Mike M over 6 years
    very clever and exactly to the point...... still a workaround, but a pretty quick one. Just have to undo and redo the paragraph spacing to change the text at all. For me I think that's more convenient than multiple text boxes, but I haven't tested that a ton :)
  • z8080
    z8080 over 2 years
    I dont think this workaround addresses the question, as it's still the entire paragraph that gets animated, including the empty spaces inserted, so with an underline animation, it still looks like the entire row is underlined