Giter Site home page Giter Site logo

blog-material's People

Contributors

andsens avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

blog-material's Issues

Lag at values of 85% and higher on safari browser

Hi there! Thank you so much for this. I’ve noticed, however, that when the progress value is 85% or higher, that there is a weird lag on safari. There seems to be a gap left of the 50% mark until the last milli-second when the browser fills it. Do you know why this is? How can I fix this?
Thanks!

Can’t use it without a license

Great work on the radial progress indicator! I’d love to use it in my company’s application, but can’t because it doesn’t have a license attached. Any chance you could add a liberal license (e.g., MIT) to the repo so our legal guy can be satisfied? Thanks for your consideration!

Hide numbers until ready to display

Great share thank you.

Just one comment. For me the numbers flash up before the circular graph is generated.

I styled div.numbers with visibility:hidden;

then in the JS function add a line to make visible:

window.randomize = function() {
        $('.radial-progress').attr('data-progress', Math.floor(Math.random() * 100));
        $('.numbers').css('visibility','visible');

    }

Feature Request?

I've been trying to add an animated linear-gradient to the indicator. Both .half .fill and .half .fix align, but I can't figure out the trick to get the .full .fill gradient to sync with the other two. Any ideas?

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.