Yellow fade effect with JQuery

前端 未结 15 1763
萌比男神i
萌比男神i 2020-11-29 16:23

I would like to implement something similar to 37Signals\'s Yellow Fade effect.

I am using Jquery 1.3.2

The code

(function($) {
   $.fn.yell         


        
15条回答
  •  长情又很酷
    2020-11-29 17:00

    This is a non-jQuery option you can use for the color fade effect. In the array "colors", you add the transition colors you need from the initial color until the last color. You can add as much colors as you want.

       
       
       
    
    
    
    
    

    Click this text box to see the fade effect

    By Jefrey Bulla

提交回复
热议问题