Opened 4 years ago
Closed 2 years ago
#8671 closed bug (fixed)
Effects: Clip effect behavior is incorrect
| Reported by: | mpetrovich | Owned by: | mikesherov |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.12.0 |
| Component: | ui.effects.* (individual effect) | Version: | 1.9.0 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
The clip effect should clip the content in question from BOTH sides, not just the right. In the linked fiddle, the image is only clipped from the right side while the left side is simply moved right. As a result, the left side of the image is always visible instead of being progressively clipped.
Change History (5)
comment:1 Changed 4 years ago by petersendidit
- Status changed from new to open
- Summary changed from Clip effect behavior is incorrect to Effects: Clip effect behavior is incorrect
- Version changed from git to 1.9.0
comment:2 Changed 4 years ago by mpetrovich
comment:3 Changed 4 years ago by tj.vantoll
- Milestone changed from 1.10.0 to none
comment:4 Changed 2 years ago by mikesherov
- Milestone changed from none to 1.12.0
- Owner set to mikesherov
- Status changed from open to assigned
This will be fixed by the effects rewrite: http://jsfiddle.net/NEjsw/3/
comment:5 Changed 2 years ago by Mike Sherov
- Resolution set to fixed
- Status changed from assigned to closed
Effects: Rewrite
- Introduces a set of helper methods to easily create and define new effects.
- Uses clip animations and placeholders instead of wrappers for clip effects.
- Ensures all animations are detectable as animated
Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041
Closes gh-1017
Changeset: b6bec797d6a8ef0b377a866c38c67e66a626b45f
Note: See
TracTickets for help on using
tickets.
The original fiddle was accidentally deleted, please refer to this one: http://jsfiddle.net/NEjsw/