Skip to main content

Bug Tracker

Side navigation

#5569 closed bug (duplicate)

Opened November 30, 2009 01:51PM UTC

Closed August 14, 2010 06:55PM UTC

BUG with .animate()

Reported by: klaussantana Owned by:
Priority: major Milestone: 1.4
Component: effects Version: 1.3.2
Keywords: animate border css Cc:
Blocked by: Blocking:
Description

I did make an animation to my menu items with this animate() method.

The code is this:

$("div[class='submenu-item']").hover( function() {

MOUSE IN

$(this).animate({'borderLeft': '8px solid rgb(241,90,36)', 'color': 'rgb(241,90,36)', 'paddingLeft': '10px', 'backgroundColor' :'#000'}, 100);

}, function() {

MOUSE OUT

$(this).animate({'borderLeft': '0px solid #000', 'color': '#DDD', 'paddingLeft': '3px', 'backgroundColor' :'#222'}, 50);

} );

In the IE8 the animation doesn't function at all.. The border left apears, but not animate. And when I do the opposite animation (on mouse out) the border doesn't vanish.

In FF it works properly.

Attachments (0)
Change History (2)

Changed April 07, 2010 02:27AM UTC by pmw57 comment:1

This ticket appears to be a duplicate of the problem reported in ticket #5001

Changed August 14, 2010 06:55PM UTC by dmethvin comment:2

resolution: → duplicate
status: newclosed

Dup of #5001.