Wondering if anyone knows how to achieve a typewriter effect with the jQuery Cycle plugin.
See here for desired effect: http://www.hungry-media.com/code/jQuery/tickerType/
Thanks.
Dave
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try using Cycle’s
afterandbeforetransition callbacks to invoke other plugins on the element being displayed. You’ll need to use a plugin dedicated only to the type effect, like Effects jTypeWriter to invoke the effect when an element is displayed.You’ll need to keep an eye on the timing of Cycle transitions and the duration of the type effect and also any cleanup or reset that may need to be done if Cycle is running on a loop.