Displaying 4 results from an estimated 4 matches for "myeffect".
2005 Jul 12
11
how to cancel/stop a script.aculo.us effect
...ologise for what is probably a totally noob question here, but I''m at a
loss after pouring over the docs and the source code for prototype and
scriptaculous...
After you''ve started an effect, how do you access it to cancel or change it?
I had assumed it was something like this:
myEffect = new Effect.Appear(element, {duration:1.5});
myEffect.cancel();
... but that doesn''t work. Any tips or pointers on how to approach this?
It would be hugely useful for a ex-Flash guy like me for each effect to have
methods along the lines of ''reset'', ''fastforwa...
2005 Aug 11
2
bocking Effects during other effects
hi everyone,
it''s my first time tonight.
great script lib you''ve got there. i spent a whole day trying to code
myself, use tutorials, use dreamweaver timeline animation - when i
was about knocked out by the heavy draw backs i stumbled upon this
truly mir.aculo.us library and all i ever asked for became true!
thanks!
one question though:
is it possible to disallow
2005 Oct 18
3
Blind... Effects
Hello,
is there a way to basically achieve a BlindLeft and BlindRight effect and if
yes, how would I do that?
Thank you in advance for your help.
_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
2006 May 22
13
Canceling a specific effect
Is there a way to cancel a specific effect? For instance; Effects are
added to the queue. Before actually processing the effect, I''d like to
check a condition & cancel the effect if necessary.
Here''s the code excerpt:
var menu = {
toggleText: function(element,toggle) {
var vis = $(element+''Text'').visible();
if (toggle && !vis)