Skip to main content

Bug Tracker

Side navigation

#3230 closed enhancement (duplicate)

Opened August 07, 2008 08:04PM UTC

Closed November 17, 2010 05:11AM UTC

Last modified March 14, 2012 03:54PM UTC

Fade animations should take IE cleartype issues into account

Reported by: malsup Owned by:
Priority: minor Milestone: 1.3
Component: effects Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:
Description

Minor changes to jQuery's fade animations will help mitigate rendering issues with IE when clearType is enabled. A possible solution can be found here:

http://www.malsup.com/jquery/fadetest.html

Attachments (0)
Change History (4)

Changed August 14, 2008 04:36PM UTC by gpk comment:1

Note that there's an interesting alternative workaround - # 2 here http://mattberseth.com/blog/2007/12/ie7_cleartype_dximagetransform.html. As well as giving a smoother overall animation, it is also of use with fadeTo and animate when the final opacity is not 1. But relys on being able to overlay the original element with another div, so won't always be applicable. Would be great to have it available as an option though.

Changed October 09, 2009 07:13PM UTC by geckoneer comment:2

yes, that would be nice to have such a workaround

Changed November 17, 2010 05:11AM UTC by snover comment:3

resolution: → duplicate
status: newclosed

Changed November 17, 2010 05:11AM UTC by snover comment:4

Duplicate of #6652.