Ticket #5954 (new enhancement)
animation API wonkyness
| Reported by: | alex | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | future |
| Component: | Core | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by dmachi) (diff)
we need some argument type detection in the animation APIs. For instance, the following should work:
dojo.fadeOut("idOfNode").play();
dojo.fx.chain(
dojo.fadeOut("id1"),
dojo.fadeIn("id2")
).play()
Change History
Note: See
TracTickets for help on using
tickets.