Opened 11 years ago
Closed 8 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 11 years ago by
Component: | ui.core → effects.* (individual effect) |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 1.10.0 |
---|
comment:4 Changed 10 years ago by
Keywords: | usecssclip added |
---|---|
Status: | new → 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 10 years ago by
Milestone: | 1.10.0 → none |
---|
comment:6 Changed 8 years ago by
Keywords: | usecssclip removed |
---|---|
Milestone: | none → 1.12.0 |
Owner: | set to mikesherov |
Status: | open → assigned |
comment:7 Changed 8 years ago by
This will be fixed by the new clip effect: http://jsfiddle.net/7WByJ/1/
comment:8 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → 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