Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I am looking for something where text flys in or fades in one letter at a time.

I've seen some basic text animation with jquery, but not a library of effects.

Does anyone know if this exists?

share|improve this question
I've read I can combine cufon and raphael, but I've not been able to find any examples of this in use. – Vincent Webb Nov 18 '12 at 23:57

closed as not a real question by John Conde Jan 7 at 1:39

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

I recommend looking into CSS3 transformations.

Example: http://css3.bradshawenterprises.com/cfimg/#cfimg3

You don't want to do such animation in JS. It's going to be slow and most probably you won't get what you want.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.