Quantcast
Channel: General Office Development forum
Viewing all articles
Browse latest Browse all 2257

Setting Color2 works on the first effect, but not subsequent effects

$
0
0
Sub blinkShape(ByRef myShape As Shape)
    Dim myEffect As effect
   
    With ActivePresentation.Slides(1)
        Set myEffect = .TimeLine.MainSequence.AddEffect(myShape, msoAnimEffectChangeFillColor)
        With myEffect
            .EffectParameters.Color2.RGB = RGB(255, 255, 255)
            .Timing.Duration = 1
            .Timing.TriggerType = msoAnimTriggerWithPrevious
            .Timing.AutoReverse = msoTrue
        End With
    End With
End Sub

Viewing all articles
Browse latest Browse all 2257

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>