workadventure
workadventure copied to clipboard
Add Parameter for Transition Speed in WA.camera.set()
When using WA.camera.set()
, the smooth transition is currently too fast, leading to abrupt changes in camera view. To improve user experience, it is necessary to add a parameter to control the speed or duration of the transition.
Proposed Solution:
Introduce a parameter in the WA.camera.set()
function to allow to specify the speed or duration of the transition between camera views. This enhancement will provide more control over the transition and enable smoother navigation within the game environment.