Questions tagged [figma]

Figma is a collaborative interface design / prototyping tool. Programming questions about Figma can be asked here. Questions about the design of, or designing, graphics and interfaces are off-topic on Stack Overflow.

355 questions
0
votes
1 answer

Figma access master components

Is there a way to traverse through masterComponents without having an instance in the document first? Also, will a component's UUID change when the component is updated, and will that UUID be the same across all consumers of that component?
0
votes
0 answers

Figma plugin access installed components

Is there a way to tap into installed components (not just components used in the document)? For instance, if I have an alert component, and I want my plugin to generate an alert component in the document, how would I retrieve a component listed in…
0
votes
0 answers

Webfont rendering issue

I'm trying to design with Figma my own icon set and I'm creating an icon font using icomoon. I noticed that on some icon the lines are like intersected when it's rendered on the web as a font. The issue doesn't appear when I use the icon as SVG. I…
Cosimo wiSe
  • 123
  • 2
  • 7
0
votes
2 answers

How to implement a layer blur in Swift

In figma, there's an effect you can apply to a view called a layer blur. I cannot figure out how to replicate this sort of effect as its own view in Swift. For example, say I want to add a view that goes under a button with a layer effect as so: …
wriuhasdfhvhasdv
  • 474
  • 4
  • 20
0
votes
3 answers

How to recover deleted frame in Figma?

I need help. Two days ago I was making a portfolio website in Figma and somehow I've deleted the whole frame of my design. I know that Figma has that autosave and I am so angry right now. I don't know how to recover or undo that action. Please…
David
  • 27
  • 1
  • 3
0
votes
1 answer

How to add positioning animation onstart in figma?

I have a rectangle in figma and I want to give it a positioning animation from top to bottom on starting the page. (without clicking or hovering) How is it possible?
Elnaz
  • 511
  • 5
  • 16
0
votes
3 answers

Figma React plugin PostMessage not working as expected

I'm trying to create a plugin for Figma, which has been going fine until now. It's based on the react example they provide on their github page: https://github.com/figma/plugin-samples/tree/master/react In this example I've created a button, that on…
0
votes
1 answer

Add a fill to a node that has no an empty array in Figma plugin (TypeError: value has no property)

I am writing a Figma plugin to generate a random colour and modify the fill of a selection. This works fine when the selection node has a fill. But when there is no fill I get an error when trying to apply fills[0].color = newColor;. When logging…
Craig
  • 972
  • 3
  • 13
  • 38
0
votes
1 answer

Scale SVG to reveal itself entire

I have an SVG here which I'm trying to reveal entirely, as you can see, it is cut on the top. I've tried adjusting the height and widths of the SVG but have not been successful.
Ayudh
  • 1,673
  • 1
  • 22
  • 55
0
votes
2 answers

Distance Among Guide Lines in Figma?

so I am using Figma for now because Adobe XD will no more free. I am curious if there is a configuration to show distance among guide lines in Figma like Adobe XD has? Above is the illustration. Thanks in advance
arnold_p
  • 495
  • 6
  • 26
0
votes
3 answers

Css doesn't fit boxes in a box

I used figma to build a design and exported css code below. I added some div classes but it still doesn't fit properly. I tried making the classes a subclass of the main class but it still didn't work. I assumed this might work the way columns and…
0
votes
2 answers

Is it possible to edit Figma exported charts with Javascript on the Frontend?

I am curious if it is possible to somehow edit the values of a Figma design, a chart in particular, that I can export in either SVG or CSS. What I need is to change the values of the graph according to the data I receive from the server and not just…
0
votes
2 answers

How to freeze figma version?

Often during development designs get updated and we want to avoid this. Interesting how other people freeze figma version and whether it's possible. We need somekind of snapshot link which can't be changed neither by designers nor by developers.
Rantiev
  • 2,121
  • 2
  • 32
  • 56
-1
votes
0 answers

Which is the best software to design Websites and mobile apps

Project Scope and Goals: Begin by defining the scope and goals of your web or mobile app design project. Are you creating a simple personal website, a complex e-commerce platform, or a mobile app for a specific platform (e.g., iOS or Android)? The…
-1
votes
1 answer

Adjusting the background color only changes the color of the hair, and leaving the white space transparent via background-blend-mode or mix-blend-mode

Design Link Code Link May I ask how the effect in the design draft can be realized on the webpage? I don't quite understand the layer structure of the design draft file. In the design draft, the color of the hair can be changed by changing the…
JackFan
  • 41
  • 5