Issue
I am getting error about wrong type of the argument component when trying to animate a Floating Action Button by Animation Util :
Argument #2 (com.google.appinventor.components.runtime.Maker...) to 'com.google.appinventor.components.runtime.MakeroidAnimationUtilities.Zoom(com.google.appinventor.components.runtime.AndroidViewComponent,float,float,int)' has wrong type (com.google.appinventor.components.runtime.MakeroidFab) (expected: com.google.appinventor.components.runtime.AndroidViewComponen)
This happens with any Animation Util method when trying to use with Floating Action Button.