You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry... I didn't encounter similar problems, could you provide your demo project source code(by Gmail: [email protected] or GitHub project), I will do my best to find out the cause.
.... I suspect there may be the Smooth-Mechanism that leads to this problem.
if the current provider percent(the aim percent) compared to the last provider percent more than minInternalPercent(we use the default value: 0.03), it will be split to the several smoothInternalPercent(we use the default value: 0.01) and with the smoothIncreaseDelayMillis(we use the default value: 1ms).
Hi, very nice library, I have a problem:
magicProgressCircle.setSmoothPercent(0.8f) is not working.
The progressCircle isn't animated.
Thanks in advance
The text was updated successfully, but these errors were encountered: