IE Script for fading in images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CyberSan
    Confirmed User
    • Jul 2003
    • 360

    #1

    IE Script for fading in images

    Hi,

    I guess, this is not an hahahahahahahahahaha, but an properitary IE script, that lets images fade in b/w to color by RollOver...

    Anyhahahaha an idea, how this is done in IE?

    Thanks!!
  • sexyclicks
    Confirmed User
    • Mar 2002
    • 3240

    #2
    http://hahahahahahahahahaha.internet.com

    hahaha=jav<b>ascr</b>ipt

    Comment

    • CyberSan
      Confirmed User
      • Jul 2003
      • 360

      #3
      cool - two forbidden word in one sentence :-)

      First hahahahahahahahahaha was J A V A S C R I P T second one was B O D Y



      :-)


      is this a new "feature" here?

      Comment

      • Dynamix
        G F Y not
        • Jan 2004
        • 2910

        #4
        gotta love those haha hahahahahaha hahahaha's

        TGPFactory Full TGP Design & Installation Services
        ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
        See who I am at AdultWhosWho.com!

        Comment

        • The Heron
          Confirmed User
          • Apr 2001
          • 4496

          #5
          It's annoying, don't use it.

          Comment

          • modelgigtalent
            Confirmed User
            • May 2003
            • 2208

            #6
            Use Dreamweaver and Fireworks to achieve what you want.


            Web marketing - video editing - color correcting and more. ICQ -165829688

            Comment

            • CyberSan
              Confirmed User
              • Jul 2003
              • 360

              #7
              Originally posted by The Heron
              It's annoying, don't use it.

              hm.. i don´t want to use it for a gallery.. so guess, that will be ok?

              Comment

              • Dynamix
                G F Y not
                • Jan 2004
                • 2910

                #8
                Originally posted by modelgigtalent
                Use Dreamweaver and Fireworks to achieve what you want.
                or learn the code from others instead of just point-n-click. makes you appreciate it more



                SETUP
                PHP Code:
                <hahahahahahahaha
                /*
                Gradual-Highlight Image Script II- 
                By J. Mark Birenbaum ([email protected])
                Permission granted to Dynamicdrive.com to feature script in archive
                For full source to script, visit [url]http://dynamicdrive.com[/url]
                */
                
                nereidFadeObjects = new Object();
                nereidFadeTimers = new Object();
                
                /* object - image to be faded (actual object, not name);
                 * destop - destination transparency level (ie 80, for mostly solid)
                 * rate   - time in milliseconds between trasparency changes (best under 100)
                 * delta  - amount of change each time (ie 5, for 5% change in transparency)
                 */
                
                function startLink(){
                    nereidFade(img2,100,10,30);
                
                    nereidFade(img3,100,10,30);
                    nereidFade(img2,30,10,5);
                
                    nereidFade(img4,100,10,30);
                    nereidFade(img3,30,10,5);
                
                    nereidFade(img5,100,10,30);
                    nereidFade(img4,30,10,5);
                
                    nereidFade(img5,30,10,5);
                
                }
                
                
                function nereidFade(object, destOp, rate, delta){
                if (!hahahahahahahahahahaall)
                return
                    if (object != "[object]"){  //do this so I can take a string too
                        setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
                        return;
                    }
                        
                    clearTimeout(nereidFadeTimers[object.sourceIndex]);
                    
                    diff = destOp-object.filters.alpha.opacity;
                    direction = 1;
                    if (object.filters.alpha.opacity > destOp){
                        direction = -1;
                    }
                    delta=Math.min(direction*diff,delta);
                    object.filters.alpha.opacity+=direction*delta;
                
                    if (object.filters.alpha.opacity != destOp){
                        nereidFadeObjects[object.sourceIndex]=object;
                        nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
                    }
                }
                
                </hahahahahahahaha 
                
                In IMAGE tag:
                PHP Code:
                hahahahahahaha"filter:alpha(opacity=0)" hahahahahahahaha"nereidFade(this,100,10,30)" 
                

                TGPFactory Full TGP Design & Installation Services
                ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
                See who I am at AdultWhosWho.com!

                Comment

                • Wilber
                  Confirmed User
                  • May 2001
                  • 1295

                  #9
                  http://space.hostrocket.com/m_over_example/copy.html
                  Last edited by Wilber; 04-06-2004, 09:31 AM.
                  Sig NOT for sale

                  Comment

                  • Dynamix
                    G F Y not
                    • Jan 2004
                    • 2910

                    #10
                    fuck me i hate that filter. pop over to www.maxharacing.com I used it in that layout. the first image tag you come to has the onLoad in it.

                    TGPFactory Full TGP Design & Installation Services
                    ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
                    See who I am at AdultWhosWho.com!

                    Comment

                    • Coyote
                      Drinker of Scotch
                      • May 2003
                      • 236

                      #11
                      For information specific to exploder's transition effects, look here.
                      Ethernet Servers

                      Quote:
                      CS: Linux can pretty much run on a potato. Which is a GOOD thing.

                      Comment

                      • CyberSan
                        Confirmed User
                        • Jul 2003
                        • 360

                        #12
                        thank you for all your comments so far!


                        this hahahahaha comments get fucking annoying now..
                        can´t read the php code right...

                        Comment

                        • gleb
                          Confirmed User
                          • Nov 2002
                          • 311

                          #13
                          http://www.adultexpectations.com/preview/index.php

                          left column middle image

                          Comment

                          Working...