Skip to main content

Bug Tracker

Side navigation

#5023 closed enhancement (worksforme)

Opened August 07, 2009 12:37PM UTC

Closed November 18, 2010 03:34AM UTC

hide should also hide partially finished animations

Reported by: rudimenter Owned by:
Priority: major Milestone: 1.4
Component: effects Version: 1.3.2
Keywords: hide animate animation fx event Cc:
Blocked by: Blocking:
Description

Hi

When i call hide for an Object which is in the middle of the animation process so i am fully aware of this.

It seems so that you can only hide objects with are finished with their animation.

Of course you could use the call back event of animate and check a flag on the end to go in hidden state bu why so complicate.

My proposal:

If hide is called for an object in animation state. Set this object immediatelly to its endstate and then apply "hide" on it.

Attachments (0)
Change History (1)

Changed November 18, 2010 03:34AM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

Just .stop() the animation first.