Prototyping an expandable card upwards

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.

It’s driving me nuts! :slight_smile:

Thank you in advance!

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


1 Like

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