Login Register

Text Effects

In addition to improving the text-splitting process, I created text versions of all but the last two "split" effects. To make up for the two effects I'm leaving out of the text effects, I came up with two new text effects. The first one (which is already pretty much complete) is a simple typewriter effect. It is not as customizable as the others, but is more tailored to achieve expected results. The other will be much more complicated. Each character will spin through many different characters until finally being "decoded." For this effect, I'll have to create a new Animation class from scratch, something I haven't had to do until now.

You can find my demo page here.

Fantastic

Your work is really impressive. The text effects are something I thought previously not possible.

Keep it up.

Thank you. I didn't think

Thank you. I didn't think any of these effects were possible until I tried to create them. =]

Wow!!

This is precisely what we need! Do you possibly think you could share this, or commit or so? I don't know what the rules are concerning SoC code, but I'd really like to help you test it :)

Cheers,
PS

@psvensson - It will become

@psvensson - It will become part of the dojox.fx project within the next two weeks. be on the look out!

while(true) svn up :)

while(true) svn up :)

Cool!

Those are pretty cool effects!
Two things though.. :-)

1) There's short flashing of the text at the very end of the animation in Firefox (2.0.0.16 on Vista)
2) Doesn't work in IE7 (vista)

Nice Job.

Is there a way I can get the files for this? I couldn't find the dojo.require("dojox.fx.text") anywhere.

You can save it directly by

You can save it directly by using the text.js file linked from the demo, but it should be in Dojo code soon enough --