Skip to content

Instantly share code, notes, and snippets.

View nakajima's full-sized avatar
💭
you can have statuses now?

Pat Nakajima nakajima

💭
you can have statuses now?
View GitHub Profile
@nakajima
nakajima / gist:3625
Created August 1, 2008 14:11
AE Expressions test
// Namespace for Bounce effects
var Bounce = {
squashStretch: function(options) {
var settings = {
maxDev: 13, // max deviation in pixels
speed: 30, // speed of oscillation
decay: 1.0 // how fast it slows down
}
options = options || { }