I just faced the same issue,
seems like we need afterFinish option, but I agree that BlindUp must check
if scaleTo is 0 to hide it, and if it's not, do not hide the element...
new Effect.BlindUp(element, {
afterFinish: function() {
this.show()
}.bind(element)
});
Mateo
Mis principios... son mis fines
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.