Skip to content

Instantly share code, notes, and snippets.

@fermion
Forked from Luke-23ae/gist:414386
Created May 26, 2010 11:58
Show Gist options
  • Save fermion/414388 to your computer and use it in GitHub Desktop.
Save fermion/414388 to your computer and use it in GitHub Desktop.
new Effect.Parallel([
new Effect.BlindDown(area, {scaleFrom: 100, scaleTo: new_area_height_percentage }),
new Effect.Fade(element, { sync: true }),
new Effect.Appear(area.getElementsBySelector('.editor').first(), { sync: true,
afterSetup: function(effect) {
console.log(effect.element);
}
})
], { ..... }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment