feat(viewport-options): add interpolate
This commit is contained in:
@@ -32,8 +32,6 @@ export const getD3Transition = (selection: D3SelectionInstance, duration = 0, ea
|
||||
onEnd();
|
||||
}
|
||||
|
||||
console.log(ease);
|
||||
|
||||
return hasDuration ? selection.transition().duration(duration).ease(ease).on('end', onEnd) : selection;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user