How to put multiple Animation in Slide?

G

Guest

hi
i am doin simulation in power point programming.i want to put the two
animation simultaneously on one rectangle that i have created i.e fly from
right + Fade .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

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
 
G

Guest

hi Chirag
This Amrish Frm Delhi & working in Delhi.Any way i want to say thanx for u r
support . Can i get u r email id.
My id is (e-mail address removed)
Thanks
Amrish Jain
 

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