A progress bar and a progress ring both show one number, a percentage from 0 to 100. The bar is a wide rounded pill that fills from the left; the ring is a donut that draws round from the top. They're the quickest way to show how far along something is, right next to whatever it relates to on your diagram.
Adding one
Pick Progress for the bar or Donut for the ring. It drops onto the canvas already set to 50% and animates its fill in on arrival.
Resize, move, or recolour it like any other shape. The ring keeps its circular shape as you resize.
Both elements show a centred percentage label, so you don't add your own text. The element's fill colour is the track, and its stroke (accent) colour is the filled portion, so the two colour controls you already use map straight onto the two parts.
Setting the value and animation
Right-click the element to open its context menu and find the Progress category. There you can:
- Drag the Percentage slider to set the value from 0 to 100.
- Choose a Fill animation: None, Fill, Pulse, or Stripes.
The animations each behave differently:
- Fill grows the filled portion from zero up to the set value, then holds. A freshly dropped element animates in once and stays done, rather than looping forever.
- Pulse gently breathes the opacity of the filled portion.
- Stripes runs a barber-pole pattern across the fill, which reads as ongoing or in-progress.
Once you pick an animation, a Speed row (Slow / Normal / Fast) and a Repeat toggle appear so you can fine-tune it. Fill plays once by default while pulse and stripes loop, but the Repeat toggle lets you override that either way.
Animations are reduced-motion-safe and freeze on export, so the still image shows the filled state rather than a half-drawn frame.
Was this article helpful?