Questions tagged [adobe-xd]

Adobe XD is Adobe's extensible experience design application. Use this tag for questions related to XD plugin APIs.

The Adobe XD plugin APIs let you automate experience design workflows, connect XD to web services, import and export content, and more.

Here are some resources to learn more about building XD plugins:

139 questions
0
votes
1 answer

Sticking image to bottom of view?

I have designed a splash screen in Adobe XD as shown: enter image description here Now when I exported the parts of the image to android studio, I was unable to make all the images stick to the bottom as in XD. enter image description here Can…
Primatron
  • 5
  • 3
0
votes
1 answer

imitate XD's "snap" animation using css transitions

In this video is a prototype made with Adobe XD. https://i.stack.imgur.com/Scrvo.jpg I am trying to reproduce the "Snap" animation used to make that effect soft bounce in css but i cant get it just right. Here is my attempt:…
Omar
  • 2,726
  • 2
  • 32
  • 65
0
votes
1 answer

syncing a video file with audio using ffmpeg is returning a video without audio

When I attempt to sync a .mov video with an .m4a audio file using ffmpeg like so ffmpeg -ss 00:00:2 -i test.m4a -i test.mov -c:v copy -c:a aac -strict experimental output.mp4 it works like a charm. But right now I've recorded a usability test…
abbood
  • 23,101
  • 16
  • 132
  • 246
0
votes
1 answer

How do I make component instances inherit links from a master component in Adobe XD?

A - master component, B,C,D - its instances. Master component has a button that leads to F frame. How do I make buttons in B,C,D leads to F too?
mr_blond
  • 1,586
  • 2
  • 20
  • 52
0
votes
1 answer

Adobe XD Export not converting on HTML and CSS

I created a background shape in Adobe XD and I initially export it as SVG, but when I reference it my HTML CSS code the shape is not as I created it. I export as PNG and is the same problem. when I access the export file the png format is displaying…
0
votes
0 answers

How to change color in multiple element or art-board?

How to change multiple element color in one click or How change multiple art-board element color in one click like without selection every element in Photoshop and Adobe XD both?
0
votes
1 answer

Which screen size should I start making a wireframe from?

Usually, browsing on Behance, Dribbble or other online stuff like those, we see wireframes only for desktop or only for mobile, so I'm still in doubt about something: when we need to make a wireframe (and considering the "mobile-first"), where…
0
votes
0 answers

What are margins in designing for Samsung s8 apps?

I am designing an app for Samsung s8 screen size but it is not fit for example clock on the top bar is hidden
0
votes
1 answer

How to recover project from Adobe XD link?

I developed a prototype for an app on Adobe XD and published it some months ago. I had to format my computer and lost the project. Is there any way to recover it from the link or any cloud it is automatically stored to?
user9633131
0
votes
1 answer

What language does the XD plugin API support?

I saw a pre-launch FAQ on the Adobe Tech Blog that says XD plugins will "be written in modern JavaScript", but what does that mean exactly? Can I use ES5? What about ES6/ES2015 features? Does it support Adobe ExtendScript?
Ash Ryan Arnwine
  • 1,471
  • 1
  • 11
  • 27
-1
votes
2 answers

Is Adobe XD or Figma important in front-end development

Currently, I'm studying front-end development and I saw a lot of web developers building their websites on adobe XD before starting building it using HTML and CSS. I want to know how can adobe XD be used in web design and is it worth learning or a…
-1
votes
1 answer

when i want to create html from my xd design width and height in html differ from xd

first sorry for my bad English when I want convert adobe XD to html that's width and height in boxes not like in xd design I choose 1920 , 1080 . my laptop resolution is 1920 , 1080 but I think its bigger than my resolution . I test my laptop width…
-1
votes
1 answer

How to fix the resizable area of button (image) in Android Studio being bigger than the button itself?

!!Beginner alert!! I designed my app in Adobe XD. Now I started to introduce the design in Android Studio. However, whenever I use a resource from the resource manager and drop it in the designer, the resizable area is way bigger than the image…
-1
votes
1 answer

Should one consider navigation bar when designing mockups for android?

When designing mockups for android screens e.g (360x640p). Should the designer take into consideration the space the system navigation bar takes at the bottom?. In other words is the space covered by the system navigation bar of an android phone…
-1
votes
1 answer

MediaQuery.of() called with a context that does not contain a MediaQuery. How to fix this dart code?

I have a dart code that I just imported from the adobe_xd. I am returning. the Scaffold inside Widget build. I'm new in Flutter (studying) and for now I don't understand how to add MediaQuery in order to fix the issue. Can someone give a clue in how…
IgorAlves
  • 5,086
  • 10
  • 52
  • 83
1 2 3
9
10