Opened 5 years ago
Closed 2 years ago
#7885 closed bug (fixed)
clip effect works not correct on centered images
| Reported by: | acwolff | Owned by: | mikesherov |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.12.0 |
| Component: | ui.effects.* (individual effect) | Version: | 1.8.16 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
If I use the clip effect for an image which has been centered on a page, the clipping starts at the left side of the page (which is not correct) and at the end of the Show method, the image jumps to the center of the page.
Change History (8)
comment:1 Changed 5 years ago by rdworth
- Component changed from ui.core to effects.* (individual effect)
comment:2 Changed 5 years ago by acwolff
comment:3 Changed 4 years ago by scottgonzalez
- Milestone changed from 1.9.0 to 1.10.0
comment:4 Changed 4 years ago by mikesherov
- Keywords usecssclip added
- Status changed from new to open
confirmed. Here's a fiddle version: http://jsfiddle.net/7WByJ/
This can be fixed by using css clip animations instead of wrapper animations.
comment:5 Changed 4 years ago by tj.vantoll
- Milestone changed from 1.10.0 to none
comment:6 Changed 2 years ago by mikesherov
- Keywords usecssclip removed
- Milestone changed from none to 1.12.0
- Owner set to mikesherov
- Status changed from open to assigned
comment:7 Changed 2 years ago by mikesherov
This will be fixed by the new clip effect: http://jsfiddle.net/7WByJ/1/
comment:8 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
For an example run http://www.andrewolff.nl/jquerytest/testErrorInClipEffect.htm