Multiple AnimationApplied in powerpoint

G

Guest

hi
i am doin simulation in power point programming.i have written the code for
multiple animation.but it is showing in the last bulleted text only don't
know why. the code that i have written is
"sld.Timeline.MainSequence.AddEffect Shape:=newshp,
effectId:=msoAnimEffectFade, trigger:=msoAnimTriggerWithPrevious"
i am currently doin this in VB.
Can any one help me in this.....
Thanks
 
C

Chirag

Elsewhere I replied the following to your similar message:

It seems like you have a bulleted list that is set to appear one bullet at a
time. And you want to have the shape fade in with the first bullet itself
rather than the last bullet. You would have to move the fade-in effect of
the shape to animated with the first bullet in such a case. You have a
couple of options here:
1. Search the first bullet effect and use the MoveAfter() method of the
fade-in effect with that first bullet effect as the parameter.
2. Set the Fade-in effect to animated on mouse click and set the bulleted
list animation effect to animate with previous with its index the same as
that of the fade-in effect.

The second option may be simpler than the first depending on how your code
is structured.

- Chirag

OfficeOne Animations - Add over 50 animation effects to PowerPoint
http://officeone.mvps.org/anims/anims.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top