Browse Source
Update Rotate3DTransition.cs to fix flickering on backwards navigation
pull/12631/head
yankun
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/Avalonia.Base/Animation/Transitions/Rotate3DTransition.cs
|
|
@ -71,6 +71,7 @@ public class Rotate3DTransition: PageSlide |
|
|
{ |
|
|
{ |
|
|
Easing = SlideOutEasing, |
|
|
Easing = SlideOutEasing, |
|
|
Duration = Duration, |
|
|
Duration = Duration, |
|
|
|
|
|
FillMode = FillMode.Forward, |
|
|
Children = |
|
|
Children = |
|
|
{ |
|
|
{ |
|
|
CreateKeyFrame(0d, 0d, 2), |
|
|
CreateKeyFrame(0d, 0d, 2), |
|
|
|