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

add ability to specify 'easing' interpolation rule for animation #21

Open
skyebend opened this issue Oct 16, 2014 · 1 comment
Open

Comments

@skyebend
Copy link
Collaborator

currently it has kind of a stop-and-go feeling, some users may want this, but it doesn't match the movies very closely. add a 'animationRule' option to configure this

@michalgm
Copy link
Owner

this should be pretty easy, as long as we stick to the built-in d3 easing functions. Or, I suppose we could allow someone to specify their own custom easing function, but they'd probably need to register it with d3 themselves or something. Let me know if we should change the default from d3's cubic-in-out.

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

2 participants