Browse Source

Fix custom transition.

Don't set `FillMode` because the value will get stuck.
pull/11326/head
Steven Kirk 3 years ago
parent
commit
e5eee5ac3c
  1. 2
      samples/ControlCatalog/ViewModels/TransitioningContentControlPageViewModel.cs

2
samples/ControlCatalog/ViewModels/TransitioningContentControlPageViewModel.cs

@ -216,7 +216,6 @@ namespace ControlCatalog.ViewModels
{
var animation = new Animation
{
FillMode = FillMode.Forward,
Children =
{
new KeyFrame
@ -247,7 +246,6 @@ namespace ControlCatalog.ViewModels
to.IsVisible = true;
var animation = new Animation
{
FillMode = FillMode.Forward,
Children =
{
new KeyFrame

Loading…
Cancel
Save