Skip to main content
Deaf_Guy
Inspiring
March 2, 2017
Answered

Idea for motion graphics on a web page?

  • March 2, 2017
  • 3 replies
  • 558 views

I am making a special web page that will images on it and then text underneath.  I'd love to be able to create some photo graphics like the person slowly moving closer to the viewer will the background moves away (parallax effect) - easily made in AE.

But as is the case, if I make animated GIFs to do this, even very short ones it will take "forever" to load slowing down the page.

Perhaps I could put that PLAY GIF on them but does anyone have any ideas on how best to do this without bogging down the page?

Thanks for any tips or advice.

    This topic has been closed for replies.
    Correct answer Nancy OShea

    Or, if you want to bypass the whole GIF Cinemagraph thing, you could use JPG stills plus Wow Slider with the Ken Burns Effect.

    Ken Burns Slideshow

    Nancy

    3 replies

    Nancy OShea
    Community Expert
    Nancy OSheaCommunity ExpertCorrect answer
    Community Expert
    March 2, 2017

    Or, if you want to bypass the whole GIF Cinemagraph thing, you could use JPG stills plus Wow Slider with the Ken Burns Effect.

    Ken Burns Slideshow

    Nancy

    Nancy O'Shea— Product User & Community Expert
    Deaf_Guy
    Deaf_GuyAuthor
    Inspiring
    March 3, 2017

    Thanks all for your help and all great ideas.

    Nancy OShea
    Community Expert
    Community Expert
    March 2, 2017

    I take it you want to create Cinemagraphs.  If you use HiDef images, file size will be massive especially if you export GIF from Photoshop.   You'll need to run your animated GIF through some additional compression scripts or utilities.  

    See links below:

    https://photography.tutsplus.com/tutorials/how-to-compress-animated-gif-files-without-losing-image-quality--cms-26557

    Flixel

    http://blog.flixel.com/animated-gifs-vs-flixel/

    Nancy O'Shea— Product User & Community Expert
    Jon Fritz
    Community Expert
    Community Expert
    March 2, 2017

    CSS3 Animations, transitions and transforms could probably handle that with some creative use of background-images and the background-size cover setting.

    CSS3 Animations

    CSS3 Transitions

    CSS3 transform property