TransitionHelper - An animation helper that morphs between two controls #353
HHChaos
started this conversation in
Experiments
Replies: 1 comment
-
Initial PR to Labs here: #354 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem this feature would solve
Hi, I am a member of the Microsoft store team. we created a cool helper in the store for transitioning from one control to another. For example, we scroll down on a product page, and we can see the header of this page transformed to a sticky bar fixed at the top. This helper helps us to transform the image, title, buttons and other controls in the header to the corresponding positions in the sticky bar. When we back to the top of the page, it also has a good reverse animation.
The code is built on top of Sergio’s awesome
AnimationBuilder
, and we would love to contribute back to the community by opening source it. What do you think of this?Beta Was this translation helpful? Give feedback.
All reactions