jQuery Easing Cheat Sheet  [ 1414 views ]

Goal: provide quick reference of easing

1. coding skeleton

this.sprite.animate(
  {'left': '-150px', 'top': '420px', 'width':'12', 'height': '12', 'opacity':0},{
  duration: 600,
  queue: false/true,
  specialEasing: {top: 'easeInCubic', left: 'easeOutQuad'},
  complete: function() {...}
});

2. easing reference

source: easings.net

see also: easing fix for wordpress, other cheet sheets

#sidebar a { color:#fff; } #sidebar ul ul li { color: #DEF585; } #sidebar h2 { color: #fff; } #sidebar ul p, #sidebar ul select { color: #BEDDBE; } #backfly { background: url(images/golfBallWallPaper.jpg) left bottom fixed repeat-x #65a51d; }