Home › Forums › CSS › Moving image to button on hover › Reply To: Moving image to button on hover
February 12, 2016 at 1:16 pm
#237971
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.