topBorderExitAnimation was set to -30. However, that is the setting for mainContentExitAnimition.
topBorderOffsetAnimation is set to -450.0f on the show animation (keyframe 0), line 40. To reverse that animation, -450.0f should be used on the exit animation (keyframe 1), line 84.
The updated setting provides a smoother and more complete top border exit animation.
Pull Request Type
[ ] Bugfix <!—Please add link to related Issue below -->
[ ] New Sample
[ ] Other - Please describe:
topBorderExitAnimation was set to -30. However, that is the setting for mainContentExitAnimition.
topBorderOffsetAnimation is set to -450.0f on the show animation (keyframe 0), line 40. To reverse that animation, -450.0f should be used on the exit animation (keyframe 1), line 84.
The updated setting provides a smoother and more complete top border exit animation.
Pull Request Type
[ ] Bugfix <!—Please add link to related Issue below -->
[ ] New Sample
[ ] Other - Please describe:
Issue
# ## Proposed Changes - - ## Screenshot/GIF (if applicable):