Jump to content
Search Community

Martin Lindelof

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Martin Lindelof

  1. One co-worker has done these animation flips. TweenLite.to(banner_box_7, .18, { rotationX: banner_flip_dgr, transformOrigin: banner_fliptype, ease:banner_flip_ease_in, ....... And we get these pixel lines stuck (only sometimes on firefox only) First image is before animation, later is in mid animation and you can see 1px lines getting stuck. Anyone who know what can cause this. ** Update ** I know what caused this, it´s a bug in current Firefox version https://bugzilla.mozilla.org/show_bug.cgi?id=505115 moderator can close this thread.
  2. My colleague had scaled a DIV container with text/vector graphics. It looks super sharp on a retina screen in firefox, but on a regular monitor he has connected it looks blurry. For me it looks like on the retina it has scaled the fonts, but on the regular screen it seems like it has bitmaped and scaled (everything is blurry) Any workarounds? We used Elements inspector to check the width/height after scale and it´s whole pixel values.
×
×
  • Create New...