How to use polylux `pause` with Fletcher?

Is there a way to use the pause function of Polylux in Fletcher diagrams? E.g.:

#diagram(
  node((0,0), [Foo]),
  pause,
  node((0,1), [Bar]) // appears after Foo
)

Perhaps there’s a way to do this without using the pause function.

P.S.: I know Fletcher has integration with Touying, but I’m already using Polylux and don’t want to switch unless necessary.

Welcome to the forum @ald ! I’ve updated your post title to better suit our question guidelines: How to post in the Questions category

Make sure your title is a question you’d ask to a friend about Typst. :wink:

Unfortunately, I believe that will be your only option at the moment.