
Bhaskar Ravi
Does anyone know how to enable direction lock on a Flow Component? I have a nested page component within a flow comp that scrolls and it's causing issues.
Thanks

Ash Adamson
Has anyone made a dropdown menu inside Framer? AND is there simpler way to do it, perhaps HTML inside framer?
Saw the example Andrew, referenced: http://share.framerjs.com/cqrhhbupi4qu/
IMO this example uses a lot of code for a dropdown and wondering if there's a better way of building out an interface with multiple dropdowns.

Daniel Njoo
Hi all, is there anywhere to restore a project after a crash??? edit: FIXED :) TQ Framer Community :)

Cordell Orel
Hello ! Have you any idea how to loop this without refreshing your web page ? I tried to look at the loop tuto but can't make it work. 😕😣

Daniel Njoo
Hi guys, I was wondering if you could use loops to create event listeners for multiple objects? Using an iterator/for loop and #{} also didn't work (i.e. for i in [1..10], "check_#{}".onTap....)

Supreeth Srinivasamurthy
Happy to announce the first Bangalore Framer meet up. If you've dabbled in or curious about @framer you should attend. RSVP here.

Sergi Bosch
#entered in Code… works :)
tGoodbye = new TextLayer
text: "goodbye"
textDecoration: "underline"
#entered and targeted in Design… not working :(
tHello.style.textDecoration="underline"

Aidan Toole
My first Framer Project! Check it out:
https://framer.cloud/pWjFx
https://dribbble.com/shots/3619498-NJ-Transit-Home-Concept

Tom Blockley
Does anyone have some good examples of desktop apps, I'm exploring the idea of prototyping some drag and drop column based interactions for a CRM style system.

Krijn Rijshouwer
Hey y'all!
I just shared this snazzy Weather app example prototype we created for the Framer Gradients release! It features some fun animations and has a very simple setup to get started with. Let me know if you have any questions or things you’d like me to explain :)
Take a look at the prototype — https://dribbble.com/shots/3663172-Weather-app-Gradients-example

Anton Vronskiy
Hey guys, how about setting text on TextLayer created in Design mode?
I created simple table cell in Design mode. It's structure is like:
cell:
– title
– text
I would like to copy designed cell and fill it with data by doing something like :
for cellData in data:
newCell = cell.copy()
newCell.title.text = cellData.title
newCell.text.text = cellData.text
But there are 2 problems:
1. I can't refer to cell's title as newCell.title, only just newCell.subLayers[0] (which is painful)
2. Text from Design appears as Layer in Code instead of TextLayer.
How to deal with that?

Marc Krenn
testDrive: Use the latest version of over 50 Framer modules in under 20 seconds, without all the usual module-nonsense.
Example: https://framer.cloud/SObDp/ (loads giphy-module)
Code/snippet: https://github.com/marckrenn/framer-testDrive
Including some community favourites like:
• adapt by Sigurd Tapio Mannsåker
• CameraLayer by Keishi Tsuchiya
• devicepixelratio (dpr) by Jordan Robert Dobson
• find (ƒ) by Andreas Wahlström
• inputField by Jordan Robert Dobson
• VRcomponent by Jonas Treub
• and most of my own modules like Firebase, QueryInterface, ParallaxComponents and giphy (with more to come)
+ many, many more
All you have to do is to include the testDrive-code/snippet at the top of your project and then either define …
testDrive.modules ["inputField", "giphy"]
… to include specific modules OR simply write ANY function or class of those 50+ supported modules and testDrive.autopilot will AUTOMATICALLY download and inject the respective module for you.
Maybe it's a bit too magical (as in too unpredictable), but I think it's a pretty cool feature regardless – you should definitely give it a spin! :)
---
And yes, this is a terrible hackjob and all, but the primary goal of this thing here is to (hopefully) spark a discussion about the subject of providing and using modules, as the way those things work right now is, in my eyes, just way too cumbersome for a prototyping tool. Honestly, I wish this was of higher priority for the team.
If you agree with me, let them know in this thread.
(Also, if you want to have your module included or removed, please let me know.)

Nique Woodhouse
Happy Friday everyone 🍾
I'm trying to animate a circle like this great example, but its not working in Framer studio.
http://share.framerjs.com/8quev4una33g/
Would anyone know why. Thanks!