Zoom speed in 3d scene plots

According to the source code from github it seems that scene camera takes zoom speed, rotation speed and translation speed as arguments

but I have tried to give it in the camera object (shown below) in layout and it didnt seem to work

scene: {
camera:{
center: {x: 0,y:0,z: 0},
eye: { x: 0,y: 0,z: 1},
up: { x: 1,y: 0,z: 0},
aspectmode:“manual”,
aspectratio:{x:1,y:1,z:0},
zoomSpeed:0.5,
rotateSpeed :100,
},

Either I have understood it wrong or my camera object is wrong
can anyone help me here?

As you point out, we don’t expose those options in plotly.js at the moment.

@etienne Thank you very much for quick reply, is there already a time line when they woulod be available?