Ticket #7885 (open bug)
clip effect works not correct on centered images
| Reported by: | acwolff | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | none |
| Component: | ui.effects.* (individual effect) | Version: | 1.8.16 |
| Keywords: | usecssclip | Cc: | |
| Blocking: | Blocked by: |
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
comment:1 Changed 19 months ago by rdworth
- Component changed from ui.core to effects.* (individual effect)
comment:2 Changed 19 months ago by acwolff
For an example run http://www.andrewolff.nl/jquerytest/testErrorInClipEffect.htm
comment:4 Changed 8 months 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.
Note: See
TracTickets for help on using
tickets.

