You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
flyTo()
currently chooses a duration based onspeed
andcurve
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
The text was updated successfully, but these errors were encountered: