Skip to content

How to set this animation for popupbox in MaterialDesignInXamlToolkit? #3218

Closed Answered by nicolaihenriksen
VahidEra asked this question in Q&A
Discussion options

You must be logged in to vote

@VahidEra It is not clear to me exactly what you want to achieve. However, I think the fact that you only give the animation 120ms to complete is probably why it is not "smooth".

Try changing

<EasingDoubleKeyFrame KeyTime="0:0:0:0.12" Value="1" />

to

<EasingDoubleKeyFrame KeyTime="0:0:0:0.35" Value="1" />

That should slow it down a bit, but give the animation enough time (i.e. key frames) to produce a visible animation.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@VahidEra
Comment options

@nicolaihenriksen
Comment options

@VahidEra
Comment options

@nicolaihenriksen
Comment options

@VahidEra
Comment options

Answer selected by Keboo
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