Ticket #5954 (new enhancement)

Opened 9 months ago

Last modified 3 months ago

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

Changed 3 months ago by dmachi

  • type changed from defect to enhancement
  • description modified (diff)

Changed 3 months ago by bill

  • milestone changed from 1.2 to future

defer dormant enhancements to "future" (they don't look like they're getting fixed soon so might as well mark as such)

Note: See TracTickets for help on using tickets.