How can I reverse an animation in Weweb? Not looking for “Alternating” an animation per se. I’m just looking to activate an animation that I’ve already set in an element, but instead of going from 0-100%, for it to go 100%-0% only.
Use case: I want an element that, when rendered according to a conditional set on a boolean global variable, it appears on display and grows, and when the global variable changes to false, the element shrinks and disappears.
Thanks!