Displaying 5 results from an estimated 5 matches for "dk5a5gkdbemh6j55ss3d3w".
2006 May 18
5
more that 5 time beats for effect.pulsate
hi again
How can i extend 5 times for effect.pulsate beats?
I need that continue beat until other event client happened
about my other mail, is there other solution more elegant that this? :
new Effect.Pulsate(leccion[i_leccion],{duration: 5,from: 1});
thanks again
rag
2006 May 26
4
stopping effects, help me again please
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:
2006 Jun 12
0
Please! stopping effects, help me again
My friend Sigi wrote:
> Pulsator = Class.create();
> Pulsator.prototype = {initialize: function(element,options)
> {
> this.element = element;
> this.options = options || {};
> this.options.afterFinish = this.action.bind(this);
> this.stopped = false;
> this.action();
> },
> action: function(){
>
2006 May 18
1
stop effect
hi *
how can i stop a effect?
for example a effect.pulsate
is possible?
thanks
rag
2006 May 29
0
[Fwd: stopping effects, help me again please]
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