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 rdworth

Component: ui.coreeffects.* (individual effect)

comment:3 Changed 10 years ago by Scott González

Milestone: 1.9.01.10.0

comment:4 Changed 10 years ago by mikesherov

Keywords: usecssclip added
Status: newopen

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 tj.vantoll

Milestone: 1.10.0none

comment:6 Changed 8 years ago by mikesherov

Keywords: usecssclip removed
Milestone: none1.12.0
Owner: set to mikesherov
Status: openassigned

comment:7 Changed 8 years ago by mikesherov

This will be fixed by the new clip effect: http://jsfiddle.net/7WByJ/1/

comment:8 Changed 8 years ago by Mike Sherov

Resolution: fixed
Status: assignedclosed

Effects: Rewrite

  1. Introduces a set of helper methods to easily create and define new effects.
  2. Uses clip animations and placeholders instead of wrappers for clip effects.
  3. 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.