JQuery solution for smooth image change

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srini vasan
    New Member
    • Mar 2012
    • 1

    JQuery solution for smooth image change

    Hi, I using an image as background and on mouseover of the button i am changing the background image of a div. As i am using javascript to change the background image on mouseover na mouse out. Now the problem is now i need a smooth transition effect for the background image change on mouse over which i am not able to do..Could any one solve the issue
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Check out the jQuery Effects API, e.g. .fadeIn()

    Comment

    Working...