|
483 | 483 | <VisualStateGroup.Transitions>
|
484 | 484 | <VisualTransition From="Closed" To="Open">
|
485 | 485 | <Storyboard>
|
486 |
| - <BooleanAnimationUsingKeyFrames Storyboard.TargetName="PART_Popup" Storyboard.TargetProperty="IsOpen"> |
487 |
| - <DiscreteBooleanKeyFrame Value="True" KeyTime="0" /> |
488 |
| - </BooleanAnimationUsingKeyFrames> |
489 | 486 | <DoubleAnimationUsingKeyFrames Storyboard.TargetName="PART_ContentCoverGrid" Storyboard.TargetProperty="Opacity">
|
490 | 487 | <EasingDoubleKeyFrame Value="0" KeyTime="0" />
|
491 | 488 | <EasingDoubleKeyFrame Value="0.56" KeyTime="0:0:0.3">
|
|
522 | 519 | </VisualTransition>
|
523 | 520 | <VisualTransition From="Open" To="Closed">
|
524 | 521 | <Storyboard>
|
525 |
| - <BooleanAnimationUsingKeyFrames Storyboard.TargetName="PART_Popup" Storyboard.TargetProperty="IsOpen"> |
526 |
| - <DiscreteBooleanKeyFrame Value="True" KeyTime="0:0:0" /> |
527 |
| - <DiscreteBooleanKeyFrame Value="True" KeyTime="0:0:0.3" /> |
528 |
| - </BooleanAnimationUsingKeyFrames> |
529 | 522 | <DoubleAnimationUsingKeyFrames Storyboard.TargetName="PART_ContentCoverGrid" Storyboard.TargetProperty="Opacity">
|
530 | 523 | <EasingDoubleKeyFrame Value="0.56" KeyTime="0" />
|
531 | 524 | <EasingDoubleKeyFrame Value="0" KeyTime="0:0:0.3">
|
|
566 | 559 | </VisualStateGroup.Transitions>
|
567 | 560 | <VisualState x:Name="Open">
|
568 | 561 | <Storyboard>
|
569 |
| - <BooleanAnimationUsingKeyFrames Storyboard.TargetName="PART_Popup" Storyboard.TargetProperty="IsOpen"> |
570 |
| - <DiscreteBooleanKeyFrame Value="True" KeyTime="0" /> |
571 |
| - </BooleanAnimationUsingKeyFrames> |
572 | 562 | <DoubleAnimation Storyboard.TargetName="PART_ContentCoverGrid" Storyboard.TargetProperty="Opacity"
|
573 | 563 | Duration="0"
|
574 | 564 | To=".56" />
|
|
584 | 574 | </Storyboard>
|
585 | 575 | </VisualState>
|
586 | 576 | <VisualState x:Name="Closed">
|
587 |
| - <Storyboard> |
588 |
| - <BooleanAnimationUsingKeyFrames Storyboard.TargetName="PART_Popup" Storyboard.TargetProperty="IsOpen"> |
589 |
| - <DiscreteBooleanKeyFrame Value="True" KeyTime="0:0:0" /> |
590 |
| - <DiscreteBooleanKeyFrame Value="False" KeyTime="0:0:0.3" /> |
591 |
| - </BooleanAnimationUsingKeyFrames> |
592 |
| - </Storyboard> |
| 577 | + <Storyboard /> |
593 | 578 | </VisualState>
|
594 | 579 | </VisualStateGroup>
|
595 | 580 | </VisualStateManager.VisualStateGroups>
|
|
0 commit comments