We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6511ee commit f4365feCopy full SHA for f4365fe
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Calendar.xaml
@@ -224,7 +224,11 @@
224
<VisualTransition GeneratedDuration="0"/>
225
</VisualStateGroup.Transitions>
226
<VisualState x:Name="Active"/>
227
- <VisualState x:Name="Inactive" />
+ <VisualState x:Name="Inactive">
228
+ <Storyboard>
229
+ <DoubleAnimation Duration="0" To="0.2" Storyboard.TargetProperty="Opacity"/>
230
+ </Storyboard>
231
+ </VisualState>
232
</VisualStateGroup>
233
<VisualStateGroup x:Name="DayStates">
234
<VisualStateGroup.Transitions>
0 commit comments