Hi * and thanks for you responses

some body help me stop effect, just last effect.

Thanks! to somebody help me with:

Pulsator = Class.create();
Pulsator.prototype = {initialize: function(element)
        {
                this.stopped = false;
                new Effect.Pulsate(element, { afterFinish:
this.action.bind(this) });
        },action: function(element){if(!this.stopped) new
Effect.Pulsate(element,
{ afterFinish: this.action.bind(this) });
        },stop: function(element) {this.stopped = true;}
}
but this solution work to stop but it lost duration feature

thanks in advance
rag

_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs


Un saludo.
Raúl Andrés
Dir. Gerente

La tecnología es útil. Util es McTux://
www.mctux.com

CL CAMINO VALDERRIBAS, 34
E-28038 Madrid
Tlf/Fax: (+34) 91 501 10 90

In a free world, Who needs windows or gates?

_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to