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?
|
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? |
|||
|
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.
|
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. |
|||
|
|