javascript & animation

17
JavaScript & animation Caesar Chi, clonncd@fb, twitter Sunday, December 15, 13

Upload: caesar-chi

Post on 20-Aug-2015

684 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: JavaScript & Animation

JavaScript & animationCaesar Chi,

clonncd@fb, twitter

Sunday, December 15, 13

Page 2: JavaScript & Animation

Sunday, December 15, 13

Page 3: JavaScript & Animation

24 frames in second

Sunday, December 15, 13

Page 4: JavaScript & Animation

Many pictures runs in a second

Sunday, December 15, 13

Page 5: JavaScript & Animation

The basic

JavaScript set setTimeouthttp://www.schillmania.com/content/projects/javascript-animation-1/demo/

Sunday, December 15, 13

Page 6: JavaScript & Animation

http://api.jquery.com/animate/

Sunday, December 15, 13

Page 7: JavaScript & Animation

Much BetterBut

Not Good Enough

Sunday, December 15, 13

Page 8: JavaScript & Animation

css3

@keyframes myfirst{from {background: red;}to {background: yellow;}}

@-webkit-keyframes myfirst /* Safari and Chrome */{from {background: red;}to {background: yellow;}}

http://www.impressivewebs.com/demo-files/css3-animated-scene/

Sunday, December 15, 13

Page 10: JavaScript & Animation

https://daneden.me/animate/

Sunday, December 15, 13

Page 11: JavaScript & Animation

Much BetterBut

Not Easy Enough

Sunday, December 15, 13

Page 12: JavaScript & Animation

Sunday, December 15, 13

Page 13: JavaScript & Animation

http://www.createjs.com/#!/CreateJS

https://github.com/CreateJS/

Sunday, December 15, 13

Page 14: JavaScript & Animation

http://www.youtube.com/watch?v=OWHJa0jKJgo

Sunday, December 15, 13

Page 15: JavaScript & Animation

http://blog.createjs.com/createjs-sandbox-code-snippets-and-demos/

Sunday, December 15, 13

Page 16: JavaScript & Animation

Socket.io and Create.jshttps://github.com/killerspaz/nodeWhiteBoard

Sunday, December 15, 13

Page 17: JavaScript & Animation

Enjoy Coding with JavaScript

Sunday, December 15, 13