Ticket #6566 (closed enhancement: invalid)
[enhancement] Make _Animation methods return 'this'
| Reported by: | dante | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | fx | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
just makes sense to me:
var foo = dojo.animateProperty({}).play()
foo should be the animation instance. Currently, no _Animation methods return anything (with the exception of .status())
Change History
Note: See
TracTickets for help on using
tickets.