Skip to content

Commit 67c7f7e

Browse files
authored
Feature: Improved loading animation in the details layout (#10934)
1 parent 5b3a54f commit 67c7f7e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/Files.App/Views/LayoutModes/DetailsLayoutBrowser.xaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -550,26 +550,6 @@
550550
<ColumnDefinition Width="{Binding ColumnsViewModel.SizeColumn.LengthIncludingGridSplitter, ElementName=PageRoot, Mode=OneWay}" />
551551
<ColumnDefinition Width="{Binding ColumnsViewModel.StatusColumn.LengthIncludingGridSplitter, ElementName=PageRoot, Mode=OneWay}" />
552552
</Grid.ColumnDefinitions>
553-
<animations:Explicit.Animations>
554-
<animations:AnimationSet x:Name="FadeAnimation">
555-
<animations:OpacityAnimation
556-
Delay="0"
557-
EasingMode="EaseIn"
558-
EasingType="Linear"
559-
From="0"
560-
To="1"
561-
Duration="0:0:0.05" />
562-
<animations:TranslationAnimation
563-
From="0, 5, 0"
564-
To="0"
565-
Duration="0:0:.1" />
566-
</animations:AnimationSet>
567-
</animations:Explicit.Animations>
568-
<i:Interaction.Behaviors>
569-
<icore:EventTriggerBehavior EventName="Loaded">
570-
<behaviors:StartAnimationAction Animation="{Binding ElementName=FadeAnimation}" />
571-
</icore:EventTriggerBehavior>
572-
</i:Interaction.Behaviors>
573553
<Grid
574554
Grid.Column="0"
575555
Width="24"

0 commit comments

Comments
 (0)