Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Frame Animation in the Browser

Frame Animation in the Browser

Presented at Seattle ID

mattfordham

August 15, 2012
Tweet

More Decks by mattfordham

Other Decks in Programming

Transcript

  1. Animated GIFs Cons Lack of control GIF transparency GIF artifacts

    Pros Easy to create Easy to implement Minimal requirements
  2. Animated GIFs Cons Lack of control GIF transparency GIF artifacts

    Pros Easy to create Easy to implement Minimal requirements
  3. Multi-image Sequences Cons Lots of image requests Lots of DOM

    elements Pros Any image type Good for larger images
  4. Sprite Sequences Cons Not great for large images Pros Only

    one image request Only one DOM element