-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bar transitions: support object constancy #4186
Conversation
Awesome! Next stop: let's try to find a nice way to test this. |
Moreover, can anyone else detect that the text font color transition before the bars' positions are swapped? |
I confirm that is the case. The reason is that we don't have transitions for text size/color but only for its |
Cool. If you don't have the time to add it for 1.50.0, no big deal. Just make sure to add to the TODO list in #3456 |
@antoinerg ok to merge? |
@etpinard It looks good to me. I will add text color and font-size tweening in a separate PR 💃 |
No problem @antoinerg I updated #3456 accordingly. Thanks!! |
Add support for object constancy to bar transitions!
Codepen