rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.29k stars 864 forks source link

Add transition support for CSS 'filter' fixes issue #95 #114

Closed FWeinb closed 10 years ago

FWeinb commented 11 years ago

Added a $.cssHook for "filter" and added transition support.

The $.cssHook for "filter" should be included in jQuery, dosen't relate to jquery.transit but for now it should be ok to use it like this.

This fixes issue #95

rstacruz commented 10 years ago

Hm, I'd consider this to be outside the scope of Transit (a .css("filter") prefixer/polyfill is pretty self-contained and is useful outside Transit), but fine—people rely on Transit for their fancy transition needs that it may be a good idea to make it as useful as possible.

rstacruz commented 10 years ago

Also, thanks for the contribution! Sorry it took me a while to come to a decision on that.