|
[jQuery] Re: Removing element from DOM after animate: msg#02900jQuery
here is a chain of animation $(this).parents(".leftbox:first") .animate({opacity: 0.5}, 350) .animate({opacity: 0}, 350) .remove(); you are actually chaining your events to occur one after the other on a specific element or group of elements in the first piece of code you shared you. it would want to remove the element as it animates, not after. On Fri, Jul 31, 2009 at 5:59 PM, bittermonkey <brakes2k3@xxxxxxxxx> wrote:
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |