Hello, I have an element that is displayed in my block which increases the height from 200 to 400 px, but the problem is that it is instantaneous without linear animation. So I’m trying to use the beta animation but it still doesn’t work, it still has that instant effect… Does anyone have a solution?
Btw Also, I don’t think I fully understand the purpose of beta animations, but is the goal the same as on webflow? Like making animations on page load etc?
Hey,
Humm one solution I have in mind would be to animate the element that is appearing and making the height change.
When it is rendered (on mounted trigger?), its height should be 0, and then animate it back to “auto”.
Here’s a quick demo:
I guess you could use the animation feature? I haven’t tried it yet.