Opened 13 years ago
Closed 13 years ago
#6566 closed enhancement (invalid)
[enhancement] Make _Animation methods return 'this'
Reported by: | dante | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | fx | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
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())
Note: See
TracTickets for help on using
tickets.