Lucid charts can have interactive layers and action buttons, making it possible to incrementally reveal portions of a larger more complex diagram. This gradual build up is easier for viewers to follow than a giant diagram presented all at once.
A similar effect can be achieved with Quarto fragments. I use a screenshot of the whole diagram that has been sliced into multiple images using Adobe Illustrator. In Quarto, each image is then loaded in a {.fragment #id}
element, and each each id has a CSS chunk that specifies its absolute position.
The presentation YAML
Full code at https://github.com/jeremy-allen/diagrams-in-quarto.git