Its pretty simple to transform a Point feature from one to another like this :
But I am facing a usecase that needs to animate polygon feature from one state to another, sometimes the polygons (old and new) can have different number of vertices like shown below below where I want to smoothly animate the left polygon to right?
Are there any pre-built APIs or efficient way of doing these things?