Forums

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

Home Forums Other How to make animations

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #168260
    alpkank
    Participant

    I was looking at a website (www.dataveyes.com) and I wanted to figure out how they made the animation that makes the dots fly around. Animation changes with scrolling. I opened the html and css file but I could not find the line for the animations. I also looked at javascript file but I did not find it there either. I was wondering how these animations are made. Are they Flash files put as background or are they javascript? I would appreciate if someone can explain how it is done or point me to a online tutorial. Thank you.

    #168268
    Paulie_D
    Member

    It’s a <canvas> element animated by javascript.

    https://developer.mozilla.org/en/docs/HTML/Canvas

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