Skip to content

Commit

Permalink
fix: textbox clear button flickering on first load (#1024) (#1027)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2a9b051)

Co-authored-by: Tommy-Lee Pigeon <72167772+Lee31416@users.noreply.github.com>
  • Loading branch information
mergify[bot] and Lee31416 committed Jun 6, 2023
1 parent 35dbc9c commit fe572a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/library/Uno.Material/Styles/Controls/v1/TextBox.xaml
Expand Up @@ -154,8 +154,6 @@
<Storyboard>
<ObjectAnimationUsingKeyFrames Storyboard.TargetName="DeleteButton"
Storyboard.TargetProperty="Opacity">
<DiscreteObjectKeyFrame KeyTime="0"
Value="1" />
<DiscreteObjectKeyFrame KeyTime="0:0:0.2"
Value="0" />
</ObjectAnimationUsingKeyFrames>
Expand Down Expand Up @@ -367,8 +365,6 @@
<Storyboard>
<ObjectAnimationUsingKeyFrames Storyboard.TargetName="DeleteButton"
Storyboard.TargetProperty="Opacity">
<DiscreteObjectKeyFrame KeyTime="0"
Value="1" />
<DiscreteObjectKeyFrame KeyTime="0:0:0.2"
Value="0" />
</ObjectAnimationUsingKeyFrames>
Expand Down

0 comments on commit fe572a6

Please sign in to comment.