animation

PowerPoint Leprechaun Animation (How To)

If you did not download the FREE 16×9 St. Patrick’s themed widescreen PowerPoint template on Friday, you missed the great Leprechaun flipping a coin animated title slide!

Here is Amber’s description and tutorial on creating the animation:

The animation is the leprechaun coming onto the slide and flipping a coin into the pot of gold. The elements used to create the effect are:
– Leprechaun with no hand on left
– Hand of leprechaun
– Gold coin
– Sparkle
– Pot of gold
– Grass and shamrocks for scenery

1. It’s always helpful to name your pictures in the selection pane before animating. (HOME tab > ARRANGE > Selection Pane). The names carry through to the animation pane, which is super helpful in knowing which picture you’re adding animation to. I’ve arranged my elements to have the grass on top, and the leprechaun in between the pot of gold and shamrocks.

2. Select the leprechaun, his hand, and the coin. Arrange them on the slide, I have him so he is peeking out right next to the pot of gold.

3. In the animation pane, apply ENTRANCE > FLY IN > FROM RIGHT > WITH PREVIOUS > .50 second duration.

4. Now that the leprechaun flies in, next we need to make his hand move in a flipping motion. The animation we are going to apply is spin, which spins from the middle of the picture. This won’t work with the bounding box the way it is currently. We need the hand to swivel from the base, not the middle of his fingers. Select the hand, and go to FORMAT > CROP. Pull the cropping edge down so the middle of the image will be the base of the hand. Now the bounding box is extended, filled with empty pixels in our PNG image.

5. With the hand selected, apply the EMPHASIS > SPIN > AFTER PREVIOUS > .25 second duration.

6. Right click on the animation in the animation pane and open the Effect Options. We want the spin to be a small angle, and come back to original position. Under amount, enter custom 19° Counterclockwise and check the Auto-reverse box. Now the hand is making a coin flip motion.

7. For the coin flip, we need to add a motion path. Select the coin, click the ADD ANIMATION button and apply CUSTOM PATH under the Motion Path section in the animation pane. WITH PREVIOUS > 1.25 sec duration > .10 second delay. Draw a loopy sort of path that goes up and end ends at the top of the pot of gold. You can always make fine adjustments by selecting the path, right click, edit points.

8. Coins spin when they flip, so we need to select the coin, hit ADD ANIMATION > EMPHASIS EFFECTS > SPIN > WITH PREVIOUS > 1.0 sec duration > .40 sec delay.

9. Right click the SPIN animation and click EFFECT OPTIONS. Under amount select TWO SPINS. Make sure this animation ends at the same time the custom motion path animation ends. We don’t want the coin to continue spinning once it lands in the pot of gold.

10. Now the leprechaun comes in and flips the coin into the bucket. The last element is the sparkle. Position the sparkle so it will be on the coin once it is in the bucket. Under animation pane apply ENTRANCE EFFECTS > ZOOM > OBJECT CENTER > AFTER PREVIOUS > .50 sec duration.

11. Your animation is complete! Here is what the animation pane should look like:

Download the PowerPoint template, which has this animation on the Title Master Layout here 1.8MB

– Troy, and Amber, @ TLC

By |2016-08-16T08:41:08-07:00March 18th, 2013|Tutorial|

Why Are The Shadows Not Animating?

Have you run into the issue of during the slide show an animated bullet list of text has the text shadow visible and then the full text animates on top of the shadow? It is a scenario that started with PPT 2007. The good news is, it is not a bug in the program and it is easy to “fix.”

Scenario:
You have shadow effects on your text and a great on-click animation.

But when you view as a slide show, the shadow of the text is not animating!

To Fix:
1. Select the text box.

2. Go to FORMAT >> SHAPE EFFECTS >> SHADOW and change the selection to NO SHADOW.

3. With the text box still selected, go to FORMAT >> TEXT EFFECTS >> SHADOW and choose the shadow style needed.

4. Now when you run as a slide show everything appears when animated!

Why:
PowerPoint has always had two types of shadows: Shape and Text shadows. In PPT 2003, there was really no visual difference between them (at the code level, the two shadow types were different). Starting with PPT 2007, the difference between the two shadows types made a difference in how things are displayed. The non-animating text shadow is the most common way this shows up.

– Troy @ TLC

By |2016-08-16T09:26:21-07:00April 2nd, 2012|Tutorial|

Halloween Themed PowerPoint Template

Wanda, one of our talented TLC Creative designers, developed this great Halloween themed template we are sharing with everyone.

The template is native to PPT 2010, 16×9 aspect ratio and features several layouts including a great animated title slide (Note: All elements on the title slide from the background to the cauldron and hat were created in PowerPoint).
[youtube src=”https://www.youtube.com/embed/pcN6Gtf4UuM?rel=0″]
Download the full template here:

– Troy @ TLC

By |2016-08-16T09:46:58-07:00October 28th, 2011|Templates/Assets|

Use VBA to Set Really-Really Long Animations

As a follow up to the previous post, Steve Rindsberg of PPTools has some how-to info for those that are willing to delve into VBA coding.

Sub VertTheDominantParaLegal()

With ActivePresentation.Slides(1).Timeline

With .MainSequence.Item(1)

.Timing.Duration = 108000

End with

End with

End Sub

Note 1: Steve’s info was specific to PPT 2007, so not certain how it works in PPT 2003 or 2010.

Note 2: I do zero VBA coding, so I am no help with how to use this code or trouble shooting it (I leave that to the code pro’s like Steve).

– Troy @ TLC

By |2016-08-16T09:48:53-07:00October 21st, 2011|Tutorial|

How Long Can An Animation Be?

So how long of an animation can be added to something in PowerPoint? Not what is practical, but what is possible.

The answer is 59 minutes, 59 seconds and 99 thousands of a second. But how you set this up depends on the version of PowerPoint you are using.

PPT 2003 and 2007:
1. Add any animation (Entrance, Exit, Emphasis, Motion Path) to element.

2. Open the animation settings dialog and input 59.

3. “59” defaults to 59 seconds.

4. Open the animation settings dialog and input 59:00.

5. Now the animation will occur over the next 59 minutes.

PPT 2010:
With PPT 2010 there were many tweaks to the animation UI, not all for the better…

1. Add any animation (Entrance, Exit, Emphasis, Motion Path) to element.

2. Open the animation settings dialog and input 59.

3. “59” defaults to 59 seconds.

4. Open the animation settings dialog and input 59:00. Click “Okay” and the time is highlighted waiting for a valid value to be entered (no hint that 59:00 is not valid or what is valid, you just get no action when you click the Okay button).

5. Open the animation pane and select the same element. It is a bit tedious, but click and drag the timeline as long as you want the animation to occur. Note: You can drag the timeline as far past 1 hour as desired.

6. Even though you extended the timeline to 1 hour, 1 minute or 5 hours, it will snap back to its maximum 59:59:99.

– Troy @ TLC

By |2016-08-16T09:49:13-07:00October 19th, 2011|Tutorial|

TLC Sample Presentation

[youtube src=”https://www.youtube.com/embed/AtGcUZI3WL8?rel=0″]

All was developed in PowerPoint: animation, transitions and music syncing; then, exported to video using the PPT 2010 Create a Video feature.

– Troy @ TLC

By |2016-08-16T10:02:23-07:00July 19th, 2011|Portfolio|

Woody Flies On This Slide

Marketing presentations for Pixar properties are always fun! In this slide, I was provided art from Toy Story 2 with the instructions to make it lively for the product introduction.
[youtube src=”https://www.youtube.com/embed/-DZZsOXnu3A?rel=0″]

Here is the slide with is composed of 3 animated images:

Animation:
1. The background image (picture 7) is oversize and uses a short motion path to make the sky move as Woody flies by.
2. The first instance of Woody flying is the image on the right (picture 4), which uses a custom motion path.

3. Finally, Woody flies back and stops in the middle of the slide with a simple Fly In animation.

Note: Images for this presentation are provided by client and cannot be distributed (so the editable slide is not available, sorry).

– Troy @ TLC

By |2016-08-16T10:05:21-07:00July 15th, 2011|Portfolio|

Rapunzel PowerPoint Template

At the other end of the entertainment spectrum from the previous WWE post is Disney’s Rapunzel. Using great animation art as the focal point for each master slide layout and adding plenty of princess glitter, here is the Rapunzel marketing template developed.

– Troy @ TLC

By |2016-08-16T10:15:38-07:00May 13th, 2011|Portfolio, Templates/Assets|

Animated Logo Loop

On a recent project, we were provided with a number of corporate logos and asked to create an animated presentation that would be able to seamlessly loop.

The logos were all supplied as Illustrator .eps files. So the first task was converting to .emf or .png format.

Then each logo was separated into many small image files to allow flexibility in animating. All animation is developed in PowerPoint 2010. Here is the result:
[youtube src=”https://www.youtube.com/embed/IAePmVasQCU?rel=0″]

Troy @ TLC

By |2016-08-16T10:17:36-07:00April 25th, 2011|Portfolio|
Go to Top