myTransition.ease( easeType, [ easeParam1 ], [ easeParam2 ] ) in D3.js
Specify easing method for all elements.
Arguments
| name | type | description |
|---|---|---|
| easeType | String | Name of one of the predefined easing methods. |
| easeParam1 | String | [optional] Additional parameter based on the easing function. |
| easeParam2 | String | [optional] Additional parameter based on the easing function. |
- Return Type
- Transition
Description
For more details see https://github.com/mbostock/d3/wiki/Transitions#wiki-ease.