Rolling out: Projects become folders 📂 ✨
Have a question? The community is here to help!
Recently active
Why when I connect my Macbook through Ethernet cable Figma says that I am offline? Basically everything works fine but Figma it does not. I use my work VPN and when I connect through wifi it works but when I connect through cable it does not. I need cable connection to get better internet. Any solutions?
Is it really or does it seem so to me that shape is lagging when you drag and drop or resize it?
anyone could help me with this?
Use Case: I have checkboxes with variant interactions applied. When I add an onClick interaction to its instance, it doesn’t change the variant (it does not trigger the variant interaction). Is there any workaround for this?
请问,我在 Figma 做了交互动画,类似鼠标滑入滑出的效果。怎么交付给前端开发人员呢,谢谢。 I created an interactive animation in Figma, similar to a mouse hover effect. How can I hand this over to the front-end developers? Thank you. Figmaでマウスホバーのようなインタラクティブアニメーションを作成しました。フロントエンドの開発者にこれをどのように渡せばいいですか?ありがとうございます。 在 Dev 模式下也没有对应的动画代码。 There is no corresponding animation code in Dev mode either. Devモードにも対応するアニメーションコードがありません。
I don’t use Figma every day. I don’t want it top open every time I boot my computer. This is a very annoying user experience.
Hi, I designed a file and created a duplicate pages and copied and pasted/placed those pages into another Figma file in early or start of month May. I am sure that I duplicated those pages and placed in a right sequence because I used those pages after once. But now I am just checking my Figma, the design file where I pasted my design not exist and I am unable to trace my file or designs. However I have checked version history of all my files and I also check deleted tab if I accidentally deleted my file. But no luck, I am unable to get the file from my Figma account. The file was not associated with any Figma team it was in drafts. I have checked every single file by opening and exploring it manually. I tried my best but I am unable to find my file. @figma can you please help me in getting my design back onwards from the month of May. I am sure I didn’t deleted my file but unable to find my file. Can you please backup my file of help me to recover me design Help me please. I will be t
The published file has been in review for quite some time. How long will it take to get approval? https://www.figma.com/community/file/1396039227442630534/ux-documentation-templates
I have access to multiple Figma accounts 1x Enterprise (old UI) 2x Professional Team (New UI) Why is it I am seeing both UI’s based on account?
What happened to the Drop Cap feature ? Is it only available for certain fonts ? I just used a couple of days ago ? Am I crazy… What say you.
I have different variants of a component and they are different heights. It will be an overlay on the bottom right of the screen. The issue is when changing the component to a taller one it goes off from the bottom of the screen. I constrained to right and bottom but it doesn’t help. I’m using a card component from my DS so I can’t really use the auto layout. What solution can I have
I’m so frustrated what to do. My student licence ran out before I could complete my Coursea Course. I’m dyslexic and was stuck on how to order my layers on the artboard and now my student trial has completely timed out and I can’t complete my course without it. I don’t know how to resolve this. Please can someone help x
So I got an Email form Figma saying I can start using the new UI, yet after logging in, its still the same, any help would be appretiated 🙏
Hi Community! I have a prototype which has a button that sends the user to a WhatsApp conversation. Yesterday I was able to open that link with my Figma directly into to WhatsApp app. Now however, the link is opened in a browser. I did not change anything, so I don’t know how this happened. What can I do to force the Figma app to open my link in the app instead of in a browser? Maybe this is a WhatsApp thing that changed, but it’s very weird… Thanks 🙂
Hi, I made an animation in Figma/Jitter and did an export as lottie/json file. On the site of lottie you can test your json and you can see that the json file is not animating in the skottie engine. This is used in skiasharp that i use in .net maui. Does anybody now how to fix this, it is an very simple animation and in lottiefiles/lottiewebplayer there is no problem. But those are not supported in .net maui. Hope somebody can help! Thank you. Greetings, Eelco {“assets”:[{“id”:“NQ12OaIBDcDWdij5j_w7H”,“layers”:},{“id”:“qeEFph6eIkIstN5WXxt3J”,“layers”:[{“ddd”:0,“ind”:5,“ty”:4,“nm”:“”,“ln”:“cYveoqmnVP5Zo80Q8CM2u5”,“sr”:1,“ks”:{“a”:{“a”:0,“k”:[0,0]},“o”:{“a”:0,“k”:100},“p”:{“a”:0,“k”:[49750,49977]},“r”:{“a”:0,“k”:0},“s”:{“a”:0,“k”:[133.33,133.33]},“sk”:{“a”:0,“k”:0},“sa”:{“a”:0,“k”:0}},“ao”:0,“ip”:0,“op”:121,“st”:0,“bm”:0,“shapes”:[{“ty”:“gr”,“nm”:“surface6”,“it”:[{“ty”:“gr”,“it”:[{“ty”:“sh”,“d”:1,“ks”:{“a”:0,“k”:{“c”:true,“i”:[[0,0],[0,0],[0,-16.29],[0,0],[0,0],[0,0],[-16.29,0]],“o”:[[0,0
I am looking for resources around Code Connect and if it is possible to publish to a branch of our design system? I looked through the docs there doesn’t seem to be any explicit mentions of publishing to a branch. I would love to have branch protection as I do not want to have any adverse issues while implementing Code Connect
I am a new user. When I paste an image (of 690 x 256) into Figma, it looks too large though according to the dimensions noted in its bounding box it should be right. Then comparing the actual image size on screen with the same image in another window of another app, it actually is larger than it should be pixel for pixel. Is there any way to prevent this?
I’ve been having this issue with my Figma where the comments just float over the design. When I scroll around, they move, they aren’t attached to anything. When I click on them, they don’t open correctly. I can read them in the side panel, but I can’t see what they were attached to. I’ve contacted support about this before and they just asked me to clear my cache, which I did, and it worked for a while, but not now. I can’t submit another support request because this time the file is owned by a client. Funny enough, all my own design files are working perfectly, but this one isn’t. What do you think could be the cause/ solution?
We are creating a plugin where we want to pull color and text styles from Figma design system in libraries/assets through Figma plugin API. But none of the solutions are working. Here are the methods that i tried. I tried using fetch meta styles using Figma API. I added access token and fileId in the headers. Here is the URL format i used - ${baseUrl}/v1/files/${fileId}/styles/${styleId} I got a cors issue. So added api.figma.com in allowedDomains in manifest.json. But I am getting forbidden error message. Using the same API method, i tried fetching through teamId and components. Here is the URL format I used - ${baseUrl}/v1/teams/${teamId}/components But I am still getting forbidden error message. I tried using this method - getAvailableLibraryVariableCollectionsAsync() But I am getting this error - “Property ‘getAvailableLibraryVariableCollectionsAsync’ does not exist on type ‘PluginAPI’” I tried using this method - getVariablesInLibraryCollectionAsync() But I am getting this
Figma announced that they updated the Figma for Jira app, and one of the new features is that it provides notification when designs are changed. We had been using the previous version of that app to embed Figma prototypes into Jira tickets, but after the update, we’re having some weird issues with connecting to the Figma prototypes, but only for some users. Our Jira super-admin seems to be able to add designs and request notifications, but it looks like no one else can. This is what I see in a Jira ticket-the “Request Figma connection” button, then when I click it, I see the little popover. However, we HAVE connected the Figma for Jira app, and in fact our super-admin removed the app and re-added it, but it still isn’t working. When I click on the “Notify admin” button in the popover, I get this message: We can’t find anything in any documentation about this. Are we missing a configuration step somewhere?
I duplicated the frame and the duplicate frames have layers which I am unable to delete. Instead its goes hidden. Any suggestions?
What is wrong with Figma right now and if there is any solution please i need help i have my final education presentation tmrw and its not working …
Hello community 👋 I’m having a problem with my icons not resizing in my buttons. As you’ll see in the video, I have my icons in a component variant, and I’ve added an instance of them inside my buttons component I’ve pulled up the parameters, I can change the icon, but the size doesn’t change, it just gives a thicker result … I had read on other topics, that putting the icon in an auto-layout, before dragging in the button solve the problem, but I think I have not understood the process, because it does not work 🔗 Here is the link of the video : Can anyone help me? Thanks in advance
Hello Figma Community, I’m writing to express my frustration with a recent issue I’ve encountered as a freelancer. As a paid subscriber under the “Professional” plan with one design seat, I’ve always appreciated Figma for its collaborative capabilities. However, I’ve run into a situation where collaborating with an agency, which also has paid subscriptions and design seats for their internal designers, incurs additional costs. It feels unfair that, despite already paying for a subscription, I have to either pay again to work on team files or expect the agency to cover the cost of an extra design seat for an external collaborator like myself. This essentially forces me to pay double, which goes against the spirit of what made Figma great for collaboration. This pricing model seems to penalize freelancers and small teams who want to collaborate with other organizations. It’s disappointing, as it turns the focus from paying for a tool we love and use to enhancing our projects into a consi
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.