Hi, there!  I'm making a common accordion for a project that uses GSAP. But faced with the following issue. When I animate element like :   tl.from(element, .5, { height: 0 });   ... it takes the initial height of element (which consists of content inside it), but when I change throught media query, for example, the font size, it is obvious that the height of element reduces. But it still uses the initial height. So I have spaces on the bottom, because of initial height.