File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 8484 <TextBlock Text =" {Binding}" >
8585 <TextBlock .Style>
8686 <Style TargetType =" {x:Type TextBlock}" BasedOn =" {StaticResource MaterialDesignBody1TextBlock}" >
87+ <Setter Property =" FontSize" Value =" 14" />
8788 <Setter Property =" TextWrapping" Value =" WrapWithOverflow" />
8889 <Setter Property =" TextTrimming" Value =" CharacterEllipsis" />
8990 </Style >
133134 <SineEase EasingMode =" EaseOut" />
134135 </DoubleAnimation .EasingFunction>
135136 </DoubleAnimation >
137+ <DoubleAnimation Storyboard.TargetName=" ContentPresenter" Storyboard.TargetProperty=" Opacity" To =" 0" BeginTime =" 0" Duration =" 0" />
138+ <DoubleAnimation Storyboard.TargetName=" ContentPresenter" Storyboard.TargetProperty=" Opacity" From =" 0" To =" 1" BeginTime =" 0:0:0.075" Duration =" 0:0:0.225" >
139+ <DoubleAnimation .EasingFunction>
140+ <SineEase EasingMode =" EaseOut" />
141+ </DoubleAnimation .EasingFunction>
142+ </DoubleAnimation >
136143 </Storyboard >
137144 <Storyboard x : Key =" DeactivateStoryboard" Duration =" 0:0:0.3" >
138145 <DoubleAnimation Storyboard.TargetName=" Root" Storyboard.TargetProperty=" Tag" From =" 1" To =" 0" Duration =" 0:0:0.3" >
You can’t perform that action at this time.
0 commit comments