[Proto-Scripty] Re: How to create private members in Class?

2011-03-08 Thread buda
Thank you for a full and detailed explanation! On 7 мар, 11:09, "T.J. Crowder" wrote: > > I need to acces to private variables in my class like in C# > > How can I realize it in Prototype? > > Prototype doesn't give you anything here, so you're just looking at > how to do it with JavaScript. > >

[Proto-Scripty] Effect.blindUp Disappears at End

2011-03-08 Thread Jonathan Rosenberg
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 & E