Attributes
| Name | 
| ColorfulShimmingEffectItem | 
| Content | 
Example
| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 
 | <wuc:ColorfulShimmingEffect><wuc:ColorfulShimmingEffect.ColorfulShimmingEffectItems>
 <wuc:ColorfulShimmingEffectItem DelayTimeSpan="0"
 DurationTimeSpan="0:0:10"
 Z="50.0"
 Color="Yellow" />
 <wuc:ColorfulShimmingEffectItem DelayTimeSpan="0:0:0.25"
 DurationTimeSpan="0:0:10"
 Z="50.0"
 Color="Green" />
 </wuc:ColorfulShimmingEffect.ColorfulShimmingEffectItems>
 <TextBlock HorizontalAlignment="Center"
 FontSize="140"
 FontWeight="Bold"
 Foreground="White"
 Text="WinUICommunity" />
 </wuc:ColorfulShimmingEffect>
 
 | 
Demo
you can run demo and see this feature.
