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
|`clockwise`| Whether the progressbar should rotate clockwise or counter-clockwise. | No | true | Boolean |
39
39
|`responsive`| Whether the progressbar should fit inside its parent container. **Note** Turning this option on will override the specified radius in order to make the circle fit in its parent. The radius to stroke ratio won't change. | No | false | Boolean |
40
40
|`rounded`| Whether the current progress ending should be rounded or straight. | No | false | Boolean |
41
-
|`iterations`| Number of iterations for the animation. Set it to 1 for no animation and increase for slower animation.| No |50 | Integer |
41
+
|`duration`| The duration of the animation. Pass 0 for no animation. | No |800| Integer |
42
42
|`animation`| The easing function that will be used when animating. | No | easeOutCubic | linearEase <br> easeInQuad <br> easeOutQuad <br> easeInOutQuad <br> easeInCubic <br> easeOutCubic <br> easeInOutCubic <br> easeInQuart <br> easeOutQuart <br> easeInOutQuart <br> easeInQuint <br> easeOutQuint <br> easeInOutQuint <br> easeInSine <br> easeOutSine <br> easeInOutSine <br> easeInExpo <br> easeOutExpo <br> easeInOutExpo <br> easeInCirc <br> easeOutCirc <br> easeInOutCirc <br> easeInElastic <br> easeOutElastic <br> easeInOutElastic <br> easeInBack <br> easeOutBack <br> easeInOutBack <br> easeInBounce <br> easeOutBounce <br> easeInOutBounce <br> |
// t: is the current time (or position) of the tween. This can be seconds or frames, steps, seconds, ms, whatever – as long as the unit is the same as is used for the total time.
102
+
// b: is the beginning value of the property.
103
+
// c: is the change between the beginning and destination value of the property.
0 commit comments