With animation effect GrowShrink text won't set to all at once

When I make an effect and the set the text build type it does not get assigned.

Dim ScaleWidthEffect As Aspose.Slides.Animation.IEffect = pres.Slides(0).Timeline.MainSequence.AddEffect(animShape, Aspose.Slides.Animation.EffectType.GrowShrink, Aspose.Slides.Animation.EffectSubtype.None, Aspose.Slides.Animation.EffectTriggerType.WithPrevious)

ScaleWidthEffect.TextAnimation.BuildType = Animation.BuildType.AllParagraphsAtOnce

@mshriver,

I have observed your requirements and request you to please share the source presentation, generated presentation, desired output presentation and working sample code reproducing the issue. We will be able to investigate the issue further on our end on provision of requested information.