I work with PowerPoint VBA and understand most of the things.
What I'm struggling with is reading the effect / animation settings for each object.
I think I can get a lot of what I need through Powerpoint.ActivePresentation.Slides(slide_id).TimeLine.MainSequence(seq_num)
What bothers me is how to convert a numerical value Powerpoint.ActivePresentation.Slides(slide_id).TimeLine.MainSequence(seq_num).EffectTypeinto an effect (so search for a table of values ββfor effects, or perhaps a CONST table).
In addition, how to read all the different levels of effects (such as input or accent, etc.) is really confusing. not to mention that I canβt wrap my head around the timeline (it seems that this is not a very timeline).
Can someone point me to any good articles or documentation that discuss how to read effects and animations correctly and fully?
source
share