Bug Tracker

Opened 14 years ago

Closed 14 years ago

#5497 closed bug (worksforme)

Fade In Fade Out - Stays Half transparant when stopped

Reported by: tsukasa1989 Owned by:
Priority: major Milestone:
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:

Description

Hello,

I have a hover function. That fades in some images and on mouse out they fade away. But when i do a mouseover the show and if i halfway there up do a mouseout. The transparancy stays. It will fade out to invisible. But if you then hover it again it wil only be shown for 60%. And this should not be happening.

So: onmouseover: $(this).stop().fadeIn(500); onmouseout: $(this).stop().fadeOut(500); Halfway a fade change the event so it stops fading. And you will not have a 100% shown element anymore.

Cheers,

Niels

Change History (1)

comment:1 Changed 14 years ago by dmethvin

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.