T
technoknight
I have a problem regarding programmatically animating individual paragaphs.
Suppose I have 5 bullets and I want to Animate them individually. My
animation sequence requires me to apply 2-3 different animation on one bullet
and then animate the next bullet. Hence, I guess I cannot use Animate
MsoAnimateByLevel for this. I tried using AddEffect() but this function
accepts only Shapes. I tried passing Paragraphs to this function but it gave
me an error.
So, can anyone let me know how I can programmatically apply animation to
different paragraphs in a bulleted placeholder?
Thanks a lot.
Suppose I have 5 bullets and I want to Animate them individually. My
animation sequence requires me to apply 2-3 different animation on one bullet
and then animate the next bullet. Hence, I guess I cannot use Animate
MsoAnimateByLevel for this. I tried using AddEffect() but this function
accepts only Shapes. I tried passing Paragraphs to this function but it gave
me an error.
So, can anyone let me know how I can programmatically apply animation to
different paragraphs in a bulleted placeholder?
Thanks a lot.