How to use #pause with columns in Touying?

Is there currently a way to have 2+ columns on a Touying slide and have #pause be column dependent? Currently having 2 columns, using #pause on one side will push everything on the other side to a new slide. I’d like to have #pause work on only one column, for example on a slide with text on one side and a figure on the other and using #pause on the text but not affecting the figure.

Add #meanwhile at the beginning of the second column, for example

#slide[
  one #pause two
][
  #meanwhile
  image
]
1 Like

Thank you! That was it.

Welcome to the forum @Bo_Johnson ! For future questions, please use the Questions category. In addition, I’ve updated your post title to be a question, as suggested by our question post guidelines: How to post in the Questions category

1 Like