[Proto-Scripty] Re: Effect.blindUp Disappears at End

2011-03-10 Thread Hook
No one ...

--
Jonathan

On Mar 8, 9:55 am, Jonathan Rosenberg j...@tabbysplace.org wrote:
 I am using Effect.blindUp like so:

            Effect.BlindUp('linda', {duration: 4, scaleTo: 50,
 scaleContent: false, scaleMode: 'box' });

 I was hoping the div would be visible at 50% when done, but it
 disappears.  How can I get it to just stop at the 50% point?

 --
 Jonathan Rosenberg
 Founder  Executive Director
 Tabby's Place, a Cat Sanctuaryhttp://www.tabbysplace.org/

-- 
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 prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] curry Misunderstanding?

2008-10-29 Thread Hook

I have a function that contains the following statement:

sendState(email, $F('save-comments'),
 function () { sph.fire(doneEvent); });


The last argument is a function that gets called from within
sendState.  This works fine.

But when I change this to

  sendState(email, $F('save-comments'),
sph.fire.curry(doneEvent));

it fails on both Firefox  IE.  I thought these two statements would
be the same.  What am I missing?

--
Hook



--~--~-~--~~~---~--~~
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 prototype-scriptaculous@googlegroups.com
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
-~--~~~~--~~--~--~---