Ghost1372

everything can be handy

ColorfulShimmingEffect

Attributes

Name
ColorfulShimmingEffectItem
Content

Example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<dev:ColorfulShimmingEffect>
<dev:ColorfulShimmingEffect.ColorfulShimmingEffectItems>
<dev:ColorfulShimmingEffectItem DelayTimeSpan="0"
DurationTimeSpan="0:0:10"
Z="50.0"
Color="Yellow" />
<dev: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="DevWinUI" />
</wuc:ColorfulShimmingEffect>

Demo

you can run demo and see this feature.

DevWinUI

0%