Animation does not reset current state of composition.
When animating a composition in the Draw Pane
(e.g.
A = (a -> b -> c -> A).
B = (e -> c -> d -> B).
||C = (A || B).
)
If I close the animation window, A and B have their initial states reset. For instance, if I animate “a” and “e”, current states of A and B are 1, and on closing the animation window the current state is returned to 0.
However if I look at C at its current state is not reset.