Skip to content
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

Way better transition animations #4

Open
Noleli opened this issue Nov 23, 2015 · 0 comments
Open

Way better transition animations #4

Noleli opened this issue Nov 23, 2015 · 0 comments

Comments

@Noleli
Copy link
Owner

Noleli commented Nov 23, 2015

It'd be cool if children came out of the filled in part of their parent's historgram.

Transitions are way harder than they could be because the width of the SVG element dynamically updates, and it's right aligned. That means all x values are updated every time, too. If the SVG element was made statically really wide and the scroll bar was toggled as needed, it'd be much simpler. Or just changing the width, recalculate all static object positions, then run the animation to add children.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant