[Product Suggestion] Can't see what I'm editing if animation's first frame has 0% opacity

Hello,

  1. I have a container with multiple nested elements (children).
  2. I have an animation on this parent container that is run when the element is rendered, going from 0 opacity to 100.
  3. Editing the children is a pain: to edit the children of this container, I need to remove the animation, change opacity back to 100, make the changes, and then apply the animation back again.

It boggles me that there’s no way to maintain the parent container’s final animation state to see and make changes to it’s children (whenever I click the children the parent container goes back to it’s initial state: so 0 opacity for the parent and the children).

• The animation Fill Mode is “forwards” and count is “1”.
• I’m aware you can change the state of variables during editing. Regardless, the parent element always reverts to its initial state (0% opacity) when I click any child elements .

(I need to stick with the animation and don’t want to use states for this case).