FRONTPAGE 03-picture transition

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am designing a web page. I would like to have a picture appear and a page
then after 4 seconds disappear without having to click the mouse. How do I
do this.
 
You would nee to use JavaScript to do it, or Macromedia Flash. JavaScript is
easier probably, but I don't know of a script off-hand designed to do this.
In Flash it's easy because you can simply begin a motion tween between a
picture that's visible, and one where it's completely opaque.

A couple good sites for free JavaScripts are javascript.internet.com and
www.dynamicdrive.com

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
you could probably do the same in javascript...have the ending image a blank
or matching the bg color.


| You would nee to use JavaScript to do it, or Macromedia Flash. JavaScript
is
| easier probably, but I don't know of a script off-hand designed to do
this.
| In Flash it's easy because you can simply begin a motion tween between a
| picture that's visible, and one where it's completely opaque.
|
| A couple good sites for free JavaScripts are javascript.internet.com and
| www.dynamicdrive.com
|
| Hope this helps,
| Mark Fitzpatrick
| Microsoft MVP - FrontPage
|
| | >I am designing a web page. I would like to have a picture appear and a
| >page
| > then after 4 seconds disappear without having to click the mouse. How
do
| > I
| > do this.
|
|
 
Mark Fitzpatrick said:
You would nee to use JavaScript to do it, or Macromedia Flash. JavaScript is
easier probably, but I don't know of a script off-hand designed to do this.
In Flash it's easy because you can simply begin a motion tween between a
picture that's visible, and one where it's completely opaque.

A couple good sites for free JavaScripts are javascript.internet.com and
www.dynamicdrive.com

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Back
Top