jpcody + animation   9

AliceJS Demos
AliceJS - (A Lightweight Independent CSS Engine) is a micro JavaScript library focused on using hardware-accelerated capabilities (in particular CSS3 features) in modern browsers for generating high-quality, high-end visual effects.
javascript  animation 
28 days ago by jpcody
requestAnimationFrame | CreativeJS
The smoothness of your animation depends on the frame rate of your animation. Frame rate is measured in frames per second (fps). Film usually runs at 24fps, video at 30fps. The higher this number is, the smoother your animation will look…to a point. More frames, means more processing, which can often cause stuttering and skipping. This is what is meant by the term dropping frames. Because most screens have a refresh rate of 60Hz, the fastest frame rate you should aim for is 60fps. Time for some math!
javascript  animation 
4 weeks ago by jpcody
Image Sequences: Let Me Count The Ways « Thomas Reynolds
Enter the Image Sequence. An Image Sequence is exactly what it sounds like, a series of images, each representing a single frame of an animation. Usually these will be exported from a high-level application like Adobe After Effects. For memory and performance reasons, these images are usually combined into a single Sprite Sheet. You may have heard of this technique, because we've been using it for decades.
css  animation 
10 weeks ago by jpcody
Animate.css - a bunch of plug-and-play CSS animations
animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.
animation  css  css3 
march 2012 by jpcody
Up and Down the Ladder of Abstraction
The most exciting engineering challenges lie on the boundary of theory and the unknown. Not so unknown that they're hopeless, but not enough theory to predict the results of our decisions. Systems at this boundary often rely on emergent behavior — high-level effects that arise indirectly from low-level interactions.
animation  css  ux 
october 2011 by jpcody
Pure CSS3 typing animation with steps() | Lea Verou
steps() is a relatively new addition to the CSS3 animations module. Instead of interpolating the values smoothly, it allows us to define the number of “frames” precisely. So I used it to create headers that have the well-known animated “typing effect”:
animation  css3 
september 2011 by jpcody
Things — MadeByCanvas
A quick proof-of-concept using CSS3 animations. Only works in Webkit. Looks extra-smooth in Safari. I'll clean it up, make it work with everything, and release it a little later on.
css3  animation 
december 2010 by jpcody

Copy this bookmark:



description:


tags: