Skip to content

Settings and activity

2 results found

  1. 803 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    I’ve tweaked the title so it covers only exporting animation to GIF format. This will help keep our feature list fine-grained so we can get a better picture of which are the most important.

    For the other formats that were originally mentioned here:

    An error occurred while saving the comment
    Anonymous commented  · 

    why did you idiots delete my comment? because i pointed out the fact that you dont know how to export in to HTML/CSS/JS?

  2. 315 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    An error occurred while saving the comment
    Anonymous commented  · 

    if you had any fucking idea how to export it using vw units instead of pixels that would be great, since every time adobe tried to make something export to HTML/CSS/JS they failed cause of wrong formula...
    so hopefully they will read this, and in the next update they will use vw as a unit for exporting in to CSS
    tip:
    100vw = 100% screen width;
    so
    100x200px box on 1920 screen should be =
    W=1920/100x100=5.2vw;
    H=1920/100x200 =10.416vw;
    so the proportions will be same on all screens and will always be responsive..