Touying: Interrupted Animations

Hey there, thanks a lot for the awesome Touying library \(^-^)/

Question:
A pattern I see myself repeating is an animation that is interrupted by another slide.

Example:
A(1/3) → A(2/3) → B(1/2) → B(2/2) → A(3/3)

The solution I am currently using basically parameterizes the content, so I can call the function twice, once passing something like uncover("2-") and once passing just the identity function.

However, I have also found touying-recall and waypoints and was wondering whether there was any way to achieve this using a combination of the two. This would require having a possibility to “hide”/“defer” the occurence of A(3/3)

Thanks and let me know if you need more info or you have a completely different idea :typstguy_talking: