myTransition.delay( delayMS ) in D3.js
Specify transition delay for all elements.
Arguments
name | type | description |
---|---|---|
delayMS | Number | Delay before starting the transition, in milliseconds. |
- Return Type
- Transition
Description
For more details see https://github.com/mbostock/d3/wiki/Selections#wiki-delay.
See Also
- Transition.delay(delayCalculator)