Skip to content
  • Mike Bostock's avatar
    Test for interpolate to null. · 994235b3
    Mike Bostock authored
    I’m not entirely sure this is the most useful behavior, but since typeof null is
    "object" and +null is 0, interpolating to null is equivalent to interpolating to
    the number zero.
    994235b3