I am new to JavaScript and jQuery development and I want to ask what is the most simple way of making html text slowly disappear letter by letter using JavaScript?
Thanks.
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.
Since I got even more curious, I think I created the exact one that you are looking for,
DEMO: http://jsfiddle.net/DbknZ/3/
I just got curious and wrote a small thing for you.. which could be a starter..
Basically it is a timer which removes letter by letter.. See below.
DEMO: http://jsfiddle.net/TTv7L/1/
HTML:
JS: