Forum Moderators: not2easy

Message Too Old, No Replies

animation

         

babiikissz

1:28 am on Jun 23, 2003 (gmt 0)

10+ Year Member



i have 2 images and i want one to fade into the other..does anyone have an animation program that they can do for me please?!?!

keeper

1:38 am on Jun 23, 2003 (gmt 0)

10+ Year Member



Fireworks or Image Ready are my faves.
Or check out this thread:
[webmasterworld.com...]

korkus2000

1:39 am on Jun 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



what format do you want the output to be? Web, video?

babiikissz

11:54 am on Jun 23, 2003 (gmt 0)

10+ Year Member



i want it for a website

blackcat

1:53 am on Jun 24, 2003 (gmt 0)



You can get great free javascripts on the web. I have a transition on my website. Here's the code (of course substitute your own pictures for the jpg's listed-you don't have to have 5 like the example). I got this from a free javascript site and of course I note the author on my website.
<!-- author David Griffiths, www.demon.co.uk/davidg -->
<TR>
<TD><FONT size=4 color=#FFFF66>text goes here</FONT></TD>
<TD><APPLET CODE="imagefader.class" WIDTH=200 HEIGHT=150>
<PARAM name="demicron" value="www.demicron.se">
<PARAM name="reg" value="A00012">
<PARAM name="maxitems" value="5">
<PARAM name="width" value="200">
<PARAM name="height" value="150">
<PARAM name="bitmap0" value="a00.jpg">
<PARAM name="bitmap1" value="a01.jpg">
<PARAM name="bitmap2" value="a02.jpg">
<PARAM name="bitmap3" value="a03.jpg">
<PARAM name="bitmap4" value="a04.jpg">
<PARAM name="url0" value=" ">
<PARAM name="url1" value=" ">
<PARAM name="url2" value=" ">
<PARAM name="url3" value=" ">
<PARAM name="url4" value=" ">
<PARAM name="step" value="0.05">
<PARAM name="delay" value="20">
<PARAM name="sleeptime" value="2000">
</APPLET></TD>
</TR>

grahamstewart

1:58 am on Jun 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can get great free javascripts on the web

Actually that's a Java applet.
Java and Javascript are not the same thing.

Anyway, check out these demos of various fades and transition effects using Microsoft CSS filters (for IE only obviously)

[msdn.microsoft.com...]

blackcat

1:45 am on Jun 25, 2003 (gmt 0)



Thanks for correcting me. I'm kind of new at this.

estebones

11:45 am on Jun 27, 2003 (gmt 0)

10+ Year Member



is this for a button? if so look around in a certain "javascriptsourcedotnet" website they have a nice rollover fader script...Hope this helps.
--este

babiikissz

2:01 pm on Jun 27, 2003 (gmt 0)

10+ Year Member



ok thanks everyone! i got what i need