xaml : Retrigger opacity animation on multiple conditions
- by Sdry
I have a problem figuring out how datatriggers and multidatatriggers work. I am trying to display a message, and depending on the type of message keep it displayed( + having a background), or having it fade out by a double animation on the opacity property (+ having a transparent background).
My xaml view has a game object as datacontext, which…