Skip to content

Instantly share code, notes, and snippets.

@Luke-23ae
Created May 26, 2010 11:55
Show Gist options
  • Save Luke-23ae/414386 to your computer and use it in GitHub Desktop.
Save Luke-23ae/414386 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() {
console.log(this.element);
}
})
], { ..... }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment