arcRotateCamera smoothly effect

Hi, guys
I want a effect about camera
when I mouse move(not click or drag), the camera’s alpha, beta will smoothly change a little bit
just like the example below
how can do that, or what is the key word
thank u !
https://hinderer-wolff.fr/cepages-alsace
https://chartogne-taillet.com/en
https://skolkovoforbusiness.ru/en/features/#home

Hello! :smiley:

A good step will be writing code for handling pointer interaction: Interacting With Scenes | Babylon.js Documentation (babylonjs.com). In this case, you’ll want to handle the POINTERMOVE. :smiley:

I believe creating a camera animation for this and easing the camera with bezier curves will also help achieving the smooth and tiny/mini effect.