This repository was archived by the owner on May 1, 2024. It is now read-only.
Replies: 2 comments 6 replies
-
I didn't look at ShakeAnimation implementation yet but according to your statement, just guessing (i might be wrong) that EventToCommandBehavior may be useful in this case. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This terrible drawing shows what I am thinking: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to perform a
ShakeAnimation
on aButton
if I cannot execute theCommand
in the ViewModel rather than just disabling the button. Is it possible to trigger the animation from the ViewModel side? As far as I can tellAnimationBehavior
currently relies on events which I don't think helps me in this case.Beta Was this translation helpful? Give feedback.
All reactions