Ticket #4880 (closed feature: fixed)
Invert the blind effect
| Reported by: | Ildefonse | Owned by: | gnarf |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.effects.* (individual effect) | Version: | 1.7.2 |
| Keywords: | blind invert bottom top | Cc: | |
| Blocking: | Blocked by: |
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
comment:2 Changed 3 years ago by Ildefonse
Is anyone working on this? I don't think it's very hard to implement... Please look at it :(
comment:4 follow-up: ↓ 5 Changed 2 years ago by 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
comment:5 in reply to: ↑ 4 Changed 2 years ago by rdworth
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 2 years ago by gnarf
- Owner set to gnarf
- Status changed from new to assigned
- Milestone changed from 1.next to 1.9
comment:8 Changed 2 years ago by gnarf
- Status changed from assigned to closed
- Resolution set to fixed
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

