smfoster3
smfoster3
Yes. Right now I have these settings: `$("#js-rotating").Morphext({ animation: "fadeIn", speed: 300,` What I would like to do is have the 'speed:' setting changed to, say, 600, for certain phrases....
Sure. I had tried something like this along with some other iterations to no avail: `$("#js-rotating").Morphext({ animation: "rotateIn", speed: 1000, complete: function () { if (this.index === 3) { this.settings.speed...
No that isn't working unfortunately. I believe I tried that at one point as well without success. Interestingly the this.settings.animation works just fine, as you can see in [this demo](http://morph.culturelabwebsolutions.com/)....
I have not found a working solution yet no.