Re: [Rails-spinoffs] Transition between effects

2006-01-26 Thread Abdur-Rahman Advany
http://www.railsdevelopment.com/code/script.aculo.us_dev/test/functional/effects7_test.html Only fade and appear work well with the pairing of effects, I need to determine what value's of scale need to be transfered from one effect to the other...Would appreciate help!! Abdur-Rahman A

Re: [Rails-spinoffs] Transition between effects

2006-01-24 Thread Abdur-Rahman Advany
call that when we don't do a transition). But I need some reviewing of the current code.... Abdur-Rahman Advany wrote: Well after struggling a bit with how to do it, I have a few problems. 1. I will need to determine the queue where the effect is added to (I think I will need to set the

Re: [Rails-spinoffs] Transition between effects

2006-01-23 Thread Abdur-Rahman Advany
nal values. Some are hardcoded into the Before/AfterSetupInternal so that will need to be fixed. thnx, Abdur-Rahman Abdur-Rahman Advany wrote: Peepz, I was looking into how script.aculo.us handles effect to write a tutorial and for a current project I wanted to make transition between PAIR

[Rails-spinoffs] Transition between effects

2006-01-23 Thread Abdur-Rahman Advany
Peepz, I was looking into how script.aculo.us handles effect to write a tutorial and for a current project I wanted to make transition between PAIR effects possible. These PAIR effects are (Appear/Fade, SlideUp/SlideDown, BlindUp/BlindDown) the effect that toggle can handle. script.aculo.us

Re: [Rails-spinoffs] Height problem after interrupting SlideDown/SlideUp effects

2006-01-20 Thread Abdur-Rahman Advany
eek I will have some time, maybe I can make a better solution. Greets, Abdur-Rahman Matthias Platzer wrote: Hi Abdur-Rahman Advany, first of all great article, and thanks for adding the limit-feature. it may seem picky, but it's not perfect yet. if you use Effect.toggle() on mouseover/m

Re: [Rails-spinoffs] Height problem after interrupting SlideDown/SlideUp effects

2006-01-20 Thread Abdur-Rahman Advany
Dirk, In the latest svn there is a option limit, you can read about it on www.railsdevelopment.com/2006/01/15/effectqueue/. It will limit the 'effects' that can be added to the queue, so it doesn't execute a other queue while processing the first. Abdur-Rahman Advany Dirk Esc

Re: [Rails-spinoffs] Generic Question about the way code is written

2005-12-15 Thread Abdur-Rahman Advany
Javascript does not have private functions, _ means its a private function, don't tuch it ;) Maninder, Singh wrote: Hi, This is a generic question about the way code is written in prototype and scriptaculous libraries. Inside every object, we find functions that begin with "_". How are the