Opened 14 years ago
Closed 12 years ago
#4880 closed feature (fixed)
Invert the blind effect
Reported by: | Ildefonse | Owned by: | Corey Frang |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.* (individual effect) | Version: | 1.7.2 |
Keywords: | blind invert bottom top | Cc: | |
Blocked by: | Blocking: |
Description
Hi,
It would be great if the blind effect could get another parameter: invert (true/false)
If set to false, the Blind effect would behave as it does now. I.e. the element disappears from bottom up or from the right to the left.
With inverse set to true however, the Blind effect will make the element disappear starting at the top or at the left.
Imagine a curtain or window screen that rolls up; the top disappears first, and the bottom is the last part you see until it's gone. The way the effect works now, is actually the opposite of what one would expect.
If this is easy to implement, it would be really great. Many thanks.
Change History (8)
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.next |
---|
comment:2 Changed 12 years ago by
comment:4 follow-up: 5 Changed 12 years ago by
The drop and slide effects take up/down/left/right for "direction" - We could probably add up/down/left/right support for blind as well - it currently only accepts vertical and horizontal
comment:5 Changed 12 years ago by
Replying to gnarf:
The drop and slide effects take up/down/left/right for "direction" - We could probably add up/down/left/right support for blind as well - it currently only accepts vertical and horizontal
+1
comment:6 Changed 12 years ago by
Milestone: | 1.next → 1.9 |
---|---|
Owner: | set to Corey Frang |
Status: | new → assigned |
comment:8 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Effects (blind): direction now accepts up/down/left/right as well as vertical(up) and horizontal(left) - Fixes #4480 - Invert the blind effect.
Changeset: 1f3f7bf7872db0dcfbaea0276eea93225d2a8f58
Is anyone working on this? I don't think it's very hard to implement... Please look at it :(