Navigation Pattern
Slide Number Progress
A bottom-right current-over-total marker that shows how far the audience is through the deck.
slide-number-progressOPF extension pending
Use Case
Workshops, training decks, and board packets where completion progress reduces orientation friction.
When to Use
Use when the audience benefits from knowing deck length, especially in facilitated sessions.
When to Avoid
Avoid in short pitch decks where progress text can make the experience feel longer than it is.
OPF Config Options
- Slide numbers
- Enabled
- Slide number format
- {current} / {total}
- Date format
- Not used
- Logo position
- Not used
- Legal line
- Not used
- Classification line
- Not used
- Header content
- Not used
- Footer content
- Not used
- Hide on title slide
- Yes
Best Practices
1
Use progress numbering only when the total slide count is stable.
2
Keep the separator simple.
3
Do not combine progress format with a dense multi-field footer.
Related How-to Articles
OPF Config
headers-footers:slide-number-progressOpen Presentation Format
{
"design": {
"layoutPreferences": {
"slideNumbers": true
},
"headersFooters": {
"pattern": "slide-number-progress",
"slideNumberFormat": "{current} / {total}",
"dateFormat": null,
"logoPosition": null,
"legalLine": null,
"classificationLine": null,
"header": null,
"footer": null,
"hideOnTitleSlide": true
}
}
}Open in OPF Playground
Preview this config live at pptx.dev/playground.
Playground deep link: config=headers-footers:slide-number-progress