#85 closed bug (fixed)
complex animation error
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 1.0 |
Component: | effects | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
error z.o.complete has no properties when doing complex animations w/ multiple methods each.
solution is line 1292 johnresig (6:31:36 PM): change if( z.o.complete.constructor == Function ) { johnresig (6:31:48 PM): if( z.o.complete && z.o.complete.constructor == Function ) {
works.
Change History (2)
comment:1 Changed 17 years ago by
Component: | event → fx |
---|---|
Milestone: | → 1.0 |
Version: | → 1.0 |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN.