Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Improve victoryInterpolator to handle more cases #16

Merged
merged 3 commits into from
Oct 18, 2015

Conversation

exogen
Copy link
Contributor

@exogen exogen commented Oct 18, 2015

Prevent d3 from attempting to interpolate values that don't make sense to interpolate, like: Boolean, NaN, Infinity, arbitrary class instances, etc. Change interpolation of such values to immediately jump to the end value, to match d3's behavior, instead of jumping at the halfway point.

/cc @boygirl

Prevent d3 from attempting to interpolate values that don't make sense
to interpolate, like: Boolean, NaN, Infinity, arbitrary class instances,
etc. Change interpolation of such values to immediately jump to the end
value, to match d3's behavior, instead of jumping at the halfway point.

/cc @boygirl
@boygirl
Copy link

boygirl commented Oct 18, 2015

cc/ @exogen looks good to me. Approved!

exogen added a commit that referenced this pull request Oct 18, 2015
…vements

Improve victoryInterpolator to handle more cases
@exogen exogen merged commit b31fb2f into master Oct 18, 2015
@exogen exogen deleted the feature/interpolator-improvements branch October 18, 2015 05:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants