Closed Bug 680703 Opened 13 years ago Closed 11 years ago

Not smooth animation on magexplorer.ru

Categories

(Core :: CSS Parsing and Computation, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: b1437400, Unassigned)

References

Details

http://magexplorer.ru/ try to hover magazines on that page.
Compare it to the animation on this site under Chrome.

Firefox (unlike Chrome) doesn't show a smooth animation.
And in Firefox, after the animation has stopped, after like 0.3-0.5 sec interval after that - the images gets redrawn, so the animation looks even less smooth.
The Images are styled using

#shelf img:hover, #shelf img:active {
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
   transform: scale(1.05);
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
   transition: all 150ms linear;
}

#shelf img {
  height: 185px;
  margin: -170px 20px 0px 20px;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
   transform: scale(1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
   transition: all 300ms linear;
   border-radius: 0px 3px 3px 0px;
}

I believe the Issue has been filed already.
Whiteboard: dupeme
Component: General → Style System (CSS)
Product: Firefox → Core
QA Contact: general → style-system
Looks like bug 663776; should retest once that's fixed.
Depends on: 663776
Blocks: 770810
The Site is gone and web.archive.org has no working Copy.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
awesome! instead of fixing bugs you can just wait for the testcase to be gone and set "resolved incomplete" to those bugs, thus the number of "new" bugs decreases. That's a huge invention, without doing anything, Firefox becomes less buggy!
(In reply to Firefox Portable user from comment #4)
> awesome! instead of fixing bugs you can just wait for the testcase to be
> gone and set "resolved incomplete" to those bugs, thus the number of "new"
> bugs decreases. That's a huge invention, without doing anything, Firefox
> becomes less buggy!

Bug 663776 (available in Firefox 20) got fixed and very likely fixed this too.
Apart of that feel free to open another Report for remaining similar Issues against Firefox 20 or newer. But before that see e.g. https://bugzilla.mozilla.org/showdependencytree.cgi?id=770810&hide_resolved=1 if a Report has been created beforehand.
Whiteboard: dupeme
You need to log in before you can comment on or make changes to this bug.