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

Support linear gradients using CSS3PIE #73

Closed
wants to merge 1 commit into from

Conversation

walling
Copy link

@walling walling commented Feb 27, 2012

The code background linear-gradient(top, 0% #46BFD3, 4% #3398B7, 100% #287790) will result in an extra property being generated -pie-background to support http://css3pie.com. This fixes #51.

@superstructor
Copy link
Contributor

Looks good :-) would be nice to have some PIE in nib.

I think it is important to add the following before this can be merged

PIE doesn't always work, especially for elements that are generated/animated/moving in many cases, even with the pie-watch and pie-poll hacks sometimes you just end up with element background gradients being in a different position to the element etc. Its also very slow on large elements e.g. full-page background. For these cases its important that its configurable so the developer can use another IE solution such as DXImageTransform gradients.

On a side note (out of scope of this pull request) it would be nice to add configurable DXImageTransform gradients to the linear gradient mixin, I might take a look at that...

@superstructor
Copy link
Contributor

PIE support will need to be re-implemented on top of #94 when it is merged. This pull request should probably be closed ?

@vendethiel
Copy link

@slang800 close this one?

@notslang notslang closed this Jun 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nib + css3pie : compilation shoud just copy/paste unknown prefixed properties
4 participants