Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Animation on Logo

  • This topic is empty.
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #40214
    therockstar
    Participant

    G’day everyone,
    How’s going?
    I hope you all are fine.

    how to create animation on logo like this?
    http://www.sennep.com

    I want to get this kind of animation on my logo.

    Please advice.

    Have a wonderfulday

    #111719
    davikerkrish
    Member

    In photoshop we can create animated gif image. You can use it.

    #111726
    kunjan
    Participant

    Hi therockstar,

    We can create gif files from flash also. I think it is very easy to created this type animated logo in flash.

    -Kunjan

    #111728
    Paulie_D
    Member

    I would have to think that an animated gif of that complexity would have a huge file size. Not recommended.

    #111729
    vanilson
    Participant

    therockstar, take a look at using canvas in javascript and css3 or jquery to play with the animation, canvas will help you with the design of the logo, the only problem it´s that internet explorer doesn´t support it.

    #111730
    Paulie_D
    Member

    It seemed to work in IE9 this morning on the example link but perhaps that was a poly fill.

    #112239
    therockstar
    Participant

    @elneco @vanilson could you guys recommend me any good book title for canvas animation?

    #112240
    therockstar
    Participant

    @Paulie_D @kunjan @davikerkrish guys i don’t want to use GIF i can consider to use Flash but problem is Flash is not compatible with apple IOS devices =( seems like i need to learn canvas animation =)

    #112234
    Anonymous
    Inactive

    You can animate a logo using Flash. There are so many ways using which you can create a simple logo with an animation effects.

    #133350
    misa
    Member

    A really great tehnique is the one that incorporates [a really big image](http://mozorg.cdn.mozilla.net/media/img/firefox/partners/foxtail.png “foxtail”) and background position changing, probably using a small script. I first saw it on [this](http://www.mozilla.org/en-US/firefox/partners/ “Mozilla Firefox partners”) page, go and check it out in motion.

    #133356
    CrocoDillon
    Participant

    Old topic, but the background position technique is the one I’m using here: http://codepen.io/CrocoDillon/pen/ekuxb

    To make it responsive I had to drop IE8 support, I think a logo doesn’t need to be responsive so if anyone wants I can adapt the script to get IE8 support.

    #135981
    Chris Coyier
    Keymaster

    The user and all related content has been deleted.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.