Based on Dan Low's GDC talk.
Place adjustment_blend.py in your scripts folder.
- Animate your objects.
- Add ONE animLayer to offset your animation. Key only the first and last frames on the animLayer.
- Select all the objects that share that animLayer
- Run the following command in Python:
import adjustment_blend
adjustment_blend.adjustment_blend_selected()