Skip to main content
Participant
January 18, 2017
Answered

how to create the interactive infographic?

  • January 18, 2017
  • 2 replies
  • 17217 views

Hi,

I would like to create the interactive infographic, similar to this one:

The UK Energy Consumption Guide from Evoenergy

But I am not sure where to start. I use Illustrator and Photoshop for creating static infographic but for interactive I don't really know.

Could you please advice me what software is the best to use and perhaps you know where I can find any tutorials?

Thanks a lot for any information.

Kind regards,

Sylwia

    This topic has been closed for replies.
    Correct answer Monika Gause

    That is done with a lot of JavaScript.

    Basically you will have to search for web development techniques to make this.

    Applications like Adobe Muse should allow you to create the majority of this content. It might not be highly optimized code, but to get your feet wet it should do. If you want to seriously get into creating these kind of interactive web sites, then you will have to learn HTML5, CSS and JavaScript.

    Graphics for this can still be creating using Illustrator and Photoshop of course.

    2 replies

    macpawel
    Participating Frequently
    January 18, 2017

    You can easy do it with Adobe Animate, Just import your Illustrator Graphics and add some interactivity. You can use Code Snippets - and prepare similar page (Canvas) with HTML5

    You can also prepare similar grapchic in InDesign and publish Online (CC version)

    Pawel

    Eternal Warrior
    Inspiring
    January 18, 2017

    Or Animate - although I don't really have much experience using this... Might have to experiment with this programme...

    My only point of contention however - is that code snippets can be a little confusing if your knowledge and experience of HTML5/CSS is limited.

    But I suppose it depends how much the programme is able to explain/assist you in using snippets.

    Monika Gause
    Community Expert
    Monika GauseCommunity ExpertCorrect answer
    Community Expert
    January 18, 2017

    That is done with a lot of JavaScript.

    Basically you will have to search for web development techniques to make this.

    Applications like Adobe Muse should allow you to create the majority of this content. It might not be highly optimized code, but to get your feet wet it should do. If you want to seriously get into creating these kind of interactive web sites, then you will have to learn HTML5, CSS and JavaScript.

    Graphics for this can still be creating using Illustrator and Photoshop of course.

    Eternal Warrior
    Inspiring
    January 18, 2017

    Just to add to Monika's statement - This type of Interactive infographic also uses some parallax scrolling techniques (How To Create a Parallax Scrolling Effect) but on the whole all of the javascript etc is just used to make it look animated.

    Follow Monika's advice and make all the graphics as normal in Illustrator and Photoshop (Make sure you use transparent backgrounds unless you really need it) and either use Muse to get the majority of the content or get a programmer/coder to write it how you want.

    Whilst you could learn the basics of HTML and CSS it would be more efficient (although perhaps not cost effective) to use either of the above suggestions.

    If you really want to learn code then websites like www.codeacademy.com exist for such reasons.

    [EDIT] If you want to have elements of graphics that are animated separately from the whole image i.e. like the legs of a sheep to move independently of the body and head make sure you save those elements on separate layers regardless of which programme you prefer to use.

    Participant
    January 18, 2017

    Thanks a lot guys!  This is very helpful.

    Unfortunately I don't have any experience in coding: JavaScript or HTM5, so to I guess I should start to learn coding...to be able to create an interactive info graphic.

    Eternal Warrior - Thanks a lot for the link I will definitely check this site.

    One more question:

    Is the a Dreamweaver proper software for creating an interactive info graphic?