Opened 14 years ago
Closed 14 years ago
#2345 closed enhancement (wontfix)
propolsal for extending dojo.lfx
Reported by: | Owned by: | Bryan Forbes | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | lfx | Version: | 0.4.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
is it possible to add some more functions to dojo lfx: wiping in different directions fading to opacity wiping by selected value like wipe off 50px etc ?
and adding some var to wipe functions to store orginal object height, to prevent situations when calling a wipe function on already wiping elements breaks the height....
Change History (2)
comment:1 Changed 14 years ago by
Cc: | [email protected]… added |
---|
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
we'll accept patches against 0.9's dojo.fx. Please file patches if you want to implement this feature otherwise animateProperty should get you where you want to go.
Note: See
TracTickets for help on using
tickets.
This should be possible with the animateProperty funciton of FX... (all common FX functions have been rewritten using it).