How to animate a Border with its content, plus ComboBox (including dropdown)? #18595
Unanswered
Zakarayaev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I found this button animation trick on StackOverflow:
This works perfectly inside a Border – the button scales smoothly and the Border expands with it. Neat!
But how do I:
Animate text to smoothly grow from 14px to 22px (not just snap) while making its parent Border resize fluidly?
Do the same for ComboBox – animate its:
Main control (when idle/hovered)
Text/content inside
Dropdown list items
Add button color transitions where the color slides left-to-right on hover?
Beta Was this translation helpful? Give feedback.
All reactions