Skip to main content
August 25, 2023
Solved

Prototyping an expandable card upwards

  • August 25, 2023
  • 2 replies
  • 1365 views

Hi!

I would like to animate an expandable component so that it expands upwards instead of downwards. Can anyone recommend a step-by-step tutorial? I’m unable to find it on the Internet.

I found this example by @tank666 and I think I’m doing the same thing in my file, but I can’t get it to work.

Figma – 12 Nov 21

It’s driving me nuts! 🙂

Thank you in advance!

This topic has been closed for replies.
Best answer by Lucas_R

@PlanetadeLibros You can use Constraints and set vertical to bottom for your component. You can also get this effect by autolayout.


2 replies

Lucas_RAnswer
August 25, 2023

@PlanetadeLibros You can use Constraints and set vertical to bottom for your component. You can also get this effect by autolayout.


August 25, 2023

Thank you very much! That’s exactly what was missing 🙂