How do i make text slowly appear on a page?

P

philpal

I would like to place text on a webpage. When someone clicks on the page I
would like the text to slowly appear. Any ideas how tro do this???
 
M

Mark Fitzpatrick

You can use some of the IE page transition effects, but of course those are
IE only. You could use some scripts to display text as a typewriter would,
but again that's not a solution for all browsers and it also makes it much
harder to work with.

Basically, you're not going to find a nice effect that will work on all
browsers as there is nothing in HTML itself to do this.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
P

P@tty Ayers

philpal said:
I would like to place text on a webpage. When someone clicks on the page I
would like the text to slowly appear. Any ideas how tro do this???

If you want a little script that makes the text "type" onto the page, let me
know. It's JavaScript, and like any JS, requires that the user have JS
enabled, but that's a pretty reasonable expectation.

Not sure if this is what you're looking for.
 
J

Joe Rohn

P@tty Ayers said:
If you want a little script that makes the text "type" onto the page, let
me know. It's JavaScript, and like any JS, requires that the user have JS
enabled, but that's a pretty reasonable expectation.

Not sure if this is what you're looking for.

Hi philpal,

A couple other possibilities to add to what P@tty mentioned:

Flash..big price tag and learning curve..but can do the job
Swish..much smaller price tag and learning curve..but can also do it.
Java Applets..could do it..but don't recommend it due to many people not
having a JVM installed/enabled on their machines.
Animated .gif that only cycles once.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top