Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Filters not supported #95

Closed
iest opened this issue Nov 27, 2012 · 7 comments
Closed

CSS Filters not supported #95

iest opened this issue Nov 27, 2012 · 7 comments

Comments

@iest
Copy link

iest commented Nov 27, 2012

e.g.

$('#thing').transition({
    '-webkit-filter': 'blur(4px)',
    '-moz-filter': 'blur(4px)',
    '-ms-filter': 'blur(4px)',
    '-o-filter': 'blur(4px)',
    'filter': 'blur(4px)'
    }, 400, 'in-out', function(){...

It'll work, but it won't transition. I tried both blur(0px) as well as none.

Great work by the way! Love the plugin.

@rstacruz
Copy link
Owner

Thanks! I'd like to see this work in plain CSS first though.

@rstacruz
Copy link
Owner

@keithguerin
Copy link

Would really like this feature.

@andydust
Copy link

+1

@rstacruz
Copy link
Owner

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
Copy link
Owner

Merged, by the way, try it out!

@keithguerin
Copy link

Thanks Rico, this is great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants