Skip to content

Animate an Effect property #19354

Answered by kekekeks
Eleonoid asked this question in Q&A
Jul 29, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

<Style Selector="Border.Blur">
<Style.Animations>
<Animation Duration="0:0:3"
IterationCount="Infinite"
PlaybackDirection="Alternate">
<KeyFrame Cue="0%">
<Setter Property="Effect" Value="blur(0)"/>
</KeyFrame>
<KeyFrame Cue="100%">
<Setter Property="Effect" Value="blur(10)"/>
</KeyFrame>
</Animation>
</Style.Animations>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Eleonoid
Comment options

Answer selected by Eleonoid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants