Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Moving image to button on hover Reply To: Moving image to button on hover

#237971
Atelierbram
Participant

On tweaking the animation speed, better try it like this:

$magicLineTwo.stop().animate({
      left: leftPos,
      width: newWidth
     // duration: "slow"
      //backgroundColor: $el.attr("rel")
  },
    "slow"); 

  }, function() {
// rest of code

Syntax is tricky, I look it up all the time.