Hi quick question here, I'm new to Framer and am looking to add a pop-up window. How should I do that?
7 Comments
Anton Jarl
Create a new layer (you popUp layer), set visible = false
Then just set it to visible = true when you click a button. If you want to do it fancier you can create a new state for your popup layer and use opacity and animate other properties to make it look nicer
Jenessa Johnson
thank you!
Anton Jarl
How did it go Jenessa?
Jenessa Johnson
Sort of got it. I've run into another hurdle. Is there a way to make a layer fixed after tapping on something else?
Anton Jarl
How do you mean? Like a sticky object while you scroll for example?
Jenessa Johnson
I'm looking to click on a card and have another layer (that is about 500 pixels below it) move up to fit the frame. Is there a way to do this without setting it to a specific pixel dimension? So sorry if this is not making sense...
7 Comments