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
Added initial delay feature: optional property to delay the animation. Verified in testing that this works, but there is a slight flicker at the end of the animation. I believe this is due to the storing of the progress on circularProgressLayer at the end of the animation. That progress cannot be stored before the animation starts, otherwise during the initial delay the new value is already visible.
0 commit comments