|
22 | 22 | <Storyboard x:Name="ExpandSb"> |
23 | 23 | <DoubleAnimation Storyboard.TargetName="CollapsiblePanel" |
24 | 24 | Storyboard.TargetProperty="MaxHeight" |
25 | | - To="10000" Duration="0:0:0.12" |
| 25 | + To="10000" Duration="0:0:0.16" BeginTime="0:0:0.16" |
26 | 26 | EnableDependentAnimation="True"/> |
27 | 27 | <DoubleAnimation Storyboard.TargetName="CollapsiblePanel" |
28 | | - Storyboard.TargetProperty="Opacity" |
29 | | - To="1" Duration="0:0:0.12"/> |
| 28 | + Storyboard.TargetProperty="Opacity" BeginTime="0:0:0.16" |
| 29 | + To="1" Duration="0:0:0.16"/> |
30 | 30 | <DoubleAnimation Storyboard.TargetName="Slide" |
31 | | - Storyboard.TargetProperty="Y" |
32 | | - To="0" Duration="0:0:0.12"/> |
| 31 | + Storyboard.TargetProperty="Y" BeginTime="0:0:0.16" |
| 32 | + To="0" Duration="0:0:0.16"/> |
33 | 33 | </Storyboard> |
34 | 34 | </VisualState> |
35 | 35 | <VisualState x:Name="CollapsedState"> |
36 | 36 | <Storyboard x:Name="CollapseSb" |
37 | 37 | Completed="{x:Bind CollapseStoryboard_Completed}"> |
38 | 38 | <DoubleAnimation Storyboard.TargetName="CollapsiblePanel" |
39 | 39 | Storyboard.TargetProperty="MaxHeight" |
40 | | - To="0" Duration="0:0:0.12" |
| 40 | + To="0" Duration="0:0:0.16" |
41 | 41 | EnableDependentAnimation="True"/> |
42 | 42 | <DoubleAnimation Storyboard.TargetName="CollapsiblePanel" |
43 | 43 | Storyboard.TargetProperty="Opacity" |
44 | | - To="0" Duration="0:0:0.12"/> |
| 44 | + To="0" Duration="0:0:0.16"/> |
45 | 45 | <DoubleAnimation Storyboard.TargetName="Slide" |
46 | 46 | Storyboard.TargetProperty="Y" |
47 | | - To="-16" Duration="0:0:0.12"/> |
| 47 | + To="-16" Duration="0:0:0.16"/> |
48 | 48 | </Storyboard> |
49 | 49 | </VisualState> |
50 | 50 |
|
|
0 commit comments