Giter Club home page Giter Club logo

Comments (4)

lojjic avatar lojjic commented on June 16, 2024

Commit 7e02823 adds preliminary support for gradient opacity. Currently it is limited to gradients with only two stops; more complete support will hopefully be coming soon.

from pie.

dstephens avatar dstephens commented on June 16, 2024

Even support for 2 stops is a huge improvement. When will this change be integrated into pie.js and released?

from pie.

asgh avatar asgh commented on June 16, 2024

I tried this out, and it mostly works, but it ignores the position of the stop, it always start at the edge of the background. Is this known? Because I don't see any mention of it in the docs. (Just background-position which is something else).

from pie.

lojjic avatar lojjic commented on June 16, 2024

@asgh You're right, it only works from edge to edge. I should have been more clear about that -- internally when you set a stop position that's actually the same as adding an additional stop. For example linear-gradient(red 25%, blue 75%) is the same as linear-gradient(red 0%, red 25%, blue 75%, blue 100%) so it doesn't really count as two stops unfortunately.

from pie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.