d3 / d3-transition

Animated transitions for D3 selections.
https://d3js.org/d3-transition
ISC License
223 stars 65 forks source link

Is there a way to control transition process? #124

Open lihsai0 opened 3 years ago

lihsai0 commented 3 years ago

For example

// ...
.transition()
.duration(1000)

I want show the state on 500ms.

The wanting effect is control the animation with a input[type="range"]