I run into two small issues with a custom background set:
Initial Animation
The button is already a circle with a corner radius set
When I do startAnimation() the button initial morphs to a square
then immediately morphs back to the circle (as it was initially, no size change)
End Animation
When I revertAnimation(), the button morphs to a square and stays that way
WAs able to address both issues by setting the initial and final cornerAngle as specified in the docs. Not sure if this should be necessary since it should draw this from the background xml if set
I run into two small issues with a custom background set:
Initial Animation The button is already a circle with a corner radius set When I do startAnimation() the button initial morphs to a square then immediately morphs back to the circle (as it was initially, no size change)
End Animation When I revertAnimation(), the button morphs to a square and stays that way
Custom background `
`
Screen capture 2018_07_17_10_56_16.mp4.zip