Results 1 to 3 of 3

Thread: dissolve the images?

  1. #1
    Join Date
    Jun 2008
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question dissolve the images?

    1) Script Title: Ultimate Fade-In Slideshow (v1.51)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem: I used this to replace my slide show applet to successfully keep my Anylink drop down on top. Works great but.....

    I can not alter it to have exactly the same effect. The applet has a param with a very cool disapating or desolving effect of one image into the other:

    Code:
    param name="progressivefade" value="YES"
    Any suggestions on how to achieve this? I've tried to make a higher number here but it just freezes or moves painfully slow:
    Code:
    fadearray[fadearray.length]=this
    this.slideshowid=fadearray.length-1

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Transitional effects in JavaScript are limited to what the language and the browser supports, which is a small number compared to Java, since the effect can be created from the ground up using all that's possible in Java. If you're looking for that particular effect, you'll have to use a Java based slideshow unfortunately.

  3. #3
    Join Date
    Jun 2008
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up

    Well, all the more then do I appreciate the great help here. Thanks again.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •