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

flyTo should support an explicit duration option #1854

Closed
1ec5 opened this issue Dec 18, 2015 · 0 comments
Closed

flyTo should support an explicit duration option #1854

1ec5 opened this issue Dec 18, 2015 · 0 comments
Assignees

Comments

@1ec5
Copy link
Contributor

1ec5 commented Dec 18, 2015

flyTo() currently chooses a duration based on speed and curve options, neither of which correspond to physical measurements. (They correspond to V and ρ in this algorithm.) This duration tends to be sensible but isn’t entirely obvious. flyTo() should expose the duration that it computes internally, so that developers can time other animations in tandem with the flight.

/ref #1429
/cc @lucaswoj

1ec5 added a commit that referenced this issue Dec 22, 2015
Added flyTo() options that are based on observable properties, so that suitable values can be chosen without guessing and checking. Also documented local variables in flyTo(), based on the paper that describes this algorithm, because the names are non-obvious.

Fixes #1854.
@1ec5 1ec5 self-assigned this Dec 22, 2015
1ec5 added a commit that referenced this issue Dec 22, 2015
Added flyTo() options that are based on observable properties, so that suitable values can be chosen without guessing and checking. Also documented local variables in flyTo(), based on the paper that describes this algorithm, because the names are non-obvious.

Fixes #1854.
@1ec5 1ec5 removed the in progress label Dec 22, 2015
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