Replies: 1 comment 7 replies
-
<Button Content="Test" HorizontalAlignment="Center">
<Button.Transitions>
<Transitions>
<DoubleTransition Property="Opacity" Duration="0:0:0.2"/>
</Transitions>
</Button.Transitions>
</Button> |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
JamDoggie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So basically I can't use transitions without the program instantly crashing with the very undescriptive error in the title, pointing at the DoubleTransition. Am I doing something wrong?
Steps to reproduce:
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions