/ Published in: Other
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
// Fade from yellow to white
$('p').color_fade();
// Fade from blue to white
$('p').color_fade({from:'blue',to:'white'});
// Fade from black to white, real fast
$('p').color_fade({from'black',to:'white',speed:100});
Comments
 Subscribe to comments
                    Subscribe to comments
                
                