Results 1 to 2 of 2

Thread: Slideshow changes

  1. #1
    Join Date
    Jan 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Slideshow changes

    Script: Flexi slideshow
    http://www.dynamicdrive.com/dynamici...flexislide.htm

    This script is almost exactly what I am looking for. The ability to allow differing image sizes is essential. However, I would like to be able to make the transitions from image to image blend instead of abruptly changing. The effect I am looking for is that of "Fade-in slideshow" http://www.dynamicdrive.com/dynamici...nslideshow.htm but having reviewed the code for both I don't see how to integrate the one into the other. The Flexi slideshow transists by layers and Fade-in uses the typical method. Can anyone help me?

    Lee

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

    Default

    The easiest way may be to simply use the DHTML Billboard script instead: http://www.dynamicdrive.com/dynamici...lbillboard.htm It supports rich rotating of rich HTML, and transition effects are added in. For the line:

    //var billboardeffects=["Iris"]

    Uncomment that inside the script, and try changing it to:

    //var billboardeffects=["GradientWipe(GradientSize=1.0 Duration=0.7)"]

    That creates a form of blend in effect.

    Also FYI, the Fade In scriptshow script was just updated last week to better accomodate images of varying sizes: http://www.dynamicdrive.com/forums/s...ead.php?t=1157

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
  •