Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Frame Animation in the Browser
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
mattfordham
August 15, 2012
Programming
2
220
Frame Animation in the Browser
Presented at Seattle ID
mattfordham
August 15, 2012
Tweet
Share
More Decks by mattfordham
See All by mattfordham
Styleguide Driven Development
mattfordham
13
3.1k
Confessions of an Apprehensive Technical Director
mattfordham
11
360
Automating EE Bootstrapping and Deployment
mattfordham
3
180
Automating EE Bootstrapping and Deployment
mattfordham
2
240
Other Decks in Programming
See All in Programming
CSC307 Lecture 14
javiergs
PRO
0
440
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
1
340
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
360
並行開発のためのコードレビュー
miyukiw
2
2.1k
Raku Raku Notion 20260128
hareyakayuruyaka
0
420
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
310
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
270
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
310
TipKitTips
ktcryomm
0
130
AI巻き込み型コードレビューのススメ
nealle
2
2.4k
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
110
CSC307 Lecture 10
javiergs
PRO
1
690
Featured
See All Featured
Evolving SEO for Evolving Search Engines
ryanjones
0
140
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
170
The Art of Programming - Codeland 2020
erikaheidi
57
14k
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.8k
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
78
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
Ruling the World: When Life Gets Gamed
codingconduct
0
160
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
750
A better future with KSS
kneath
240
18k
Chasing Engaging Ingredients in Design
codingconduct
0
130
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Making Projects Easy
brettharned
120
6.6k
Transcript
Frame Animation in the Browser Seattle Interactive Developers / August
15, 2012
Matt Fordham Technical Director / WINTR www.wintr.com
None
Animated GIFs Multi-image Sequences Sprite Sequences
Animated GIFs Cons Lack of control GIF transparency GIF artifacts
Pros Easy to create Easy to implement Minimal requirements
Animated GIFs Cons Lack of control GIF transparency GIF artifacts
Pros Easy to create Easy to implement Minimal requirements
Animated GIFs Consider for... Looping animations Small details Low-tech contexts
(HTML emails) Make ‘em with... Photoshop
Multi-image Sequences Cons Lots of image requests Lots of DOM
elements Pros Any image type Good for larger images
Multi-image Sequences Consider for... Larger/longer animations Multi-stage animations Make ‘em
with... After Effects / 3D / Photoshop Javascript
Sprite Sequences Cons Not great for large images Pros Only
one image request Only one DOM element
Sprite Sequences Consider for... Smaller/shorter animations Button rollovers Make ‘em
with... After Effects / 3D / Photoshop Javascript
jquery.frameSequencer.js https://github.com/mattfordham/Frame-Sequencer
Other Useful Tools https://github.com/jakesgordon/sprite-factory http://imageoptim.com http://www.codingmammoth.com/quickscale.php http://manytricks.com/namemangler
Thanks :) @mattfordham www.wintr.com www.matthewfordham.com/blog