Forums

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

Home Forums CSS How make movement on screen with out flash?

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42384
    hendrix940
    Participant

    Hi all. I have to make a company logo fly onto the screen from the right side of a page, then maybe wiggle back and forth a bit before stopping into its final position.

    What language other than flash can accomplish this? I’ve no idea on first step.

    #125700
    sayedtaqui
    Member

    Use jquery.
    just to give you an idea http://codepen.io/sayed2x2/pen/xClwE

    #125702
    yoyo
    Participant

    you can easily do this using css animations

    this is the demo

    #126071
    hendrix940
    Participant

    Thanks all! @sayedtaqui … to implement the JS, do I just simply place that script in the HTML file and it will work? Or do I need to load it in the header? Thanks!!

    #126089
    sayedtaqui
    Member

    You can use CSS transition but , that is not supported in all versions of IE. And you cannot animate as many things in transition as you can in jquery.Yyou put it in the head section of your html file and it will work. And the script I have written is way too simple, it was just to give you a feel of what I saying. You probably wanna have a look at this. https://css-tricks.com/examples/Circulate/

    #126790
    hendrix940
    Participant

    Thank you sir!!

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