brandonaaron / jquery-cssHooks

Collection of cssHooks that work with jQuery 1.4.3+
Other
478 stars 80 forks source link

Background image gradients #6

Closed brandonaaron closed 10 years ago

brandonaaron commented 13 years ago

http://twitter.com/b4nn0n/status/29402831548

Definitely a good one. Might want to use a custom property name... maybe "linearGradient" for a linear gradient instead of trying to deal with parsing out the background-image property (which would be a nightmare).

darcyclarke commented 13 years ago

+1 On this. Was thinking about writing this last night.

tomgrohl commented 10 years ago

Closing as this already exists: https://github.com/brandonaaron/jquery-cssHooks/blob/reorg/src/gradients/gradients.js

It needs re-testing and a bit of a rewrite but that will be done soon.

brandonaaron commented 10 years ago

Thanks Tom! Hopefully I can make some time to jump back on this project soon-ish as well.