I'm still trying to work out how to do a blind up to make an element appear and a blind down to disappear. I haven't been able to adequate decipher the core effects to figure out how to make it happen, although I can see that it'll require
Effect.scale. Can anyone point me to documentation that'd help me along (other than the one on the main wiki, which hasn't helped enough), or describe how to go about doing it?
-- Yehuda Katz
I imagine you'll have to set up a way for the div's margin-top setting to be complementary to the div height. In other words, as the blind-down progresses the margin-top gets larger, and the margin-top will have to start as the full div height for the blind-up and shrink as the
Effect.scale increases the visible portion of the div.
Sorry I don't have the means to provide code for that, good luck though!
- Danger