package version: 5.1.2 Next call is not working (sometimes it works only first time): ``` map.camera.move(position: position) ``` Changing same line to this start to work, but this is not animated experience ``` map.camera.position = position ```