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
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
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
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
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
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
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