Open ochamods opened 4 years ago
🤔 Did you try to use this inside a linear layout instead of the constraint layout? This button doesn't work very well with constraints
If you use v2.1.5, you can call someFragmentBinding.someCircularProgressButton..startMorphAnimation() instead.
After calling startAnimation() with no parameters the animation doesn't start. The version I am using is 2.2.0
This is my code
This is how I am testing it with DataBinding.