Salve,

Ho un problema con il seguente oggetto di mootols:

this.morpht = new Fx.Morph(this.timebar, {

onStart: function(){

this.valuew = this.Timer.periodical(1000,this);

}.bind(this) ,

duration: this.duration
});

this.morpht.start({
'background-color': ['#ADFF2F','#DC143C'],
'width': [0,(widthtimer-30)]
});


Ora se voglio fermare questo morph prima che arrivi alla fine come faccio?

Grazie

Ciaooo