Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
解决了搜索页面一瞬间重排UI会给人卡顿感觉的问题
Browse files Browse the repository at this point in the history
流 畅 设 计
  • Loading branch information
frg2089 committed May 16, 2020
1 parent c5a0901 commit 8eef210
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions PixivFSUWP/SearchPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,19 @@
<controls:TagsPanel.ChildrenTransitions>
<TransitionCollection>
<PopupThemeTransition FromVerticalOffset="150"/>
<AddDeleteThemeTransition/>
</TransitionCollection>
</controls:TagsPanel.ChildrenTransitions>
</controls:TagsPanel>
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
</ItemsControl>
</StackPanel>
<Grid.ChildrenTransitions>
<TransitionCollection>
<AddDeleteThemeTransition/>
</TransitionCollection>
</Grid.ChildrenTransitions>
</Grid>
<!--<ProgressRing x:Name="progressRing" Margin="0 75 0 0" VerticalAlignment="Center"
HorizontalAlignment="Center" Width="75" Height="75" IsActive="True"/>-->
Expand Down

0 comments on commit 8eef210

Please sign in to comment.