MProgress.js
MProgress.js copied to clipboard
Material Progress —Google Material Design Progress linear bar. By using CSS3 and vanilla JavaScript.
When I try to use two instance of MProgress.js, both of them did not show up. There something did I wrong? Or it doesn't support two instance in same page...
I use it on angular js and create class to manage it ``` javascript var clsLoader = (function () { var mprogress = new Mprogress({ template: 2 }); return {...
There is a small typo in build/js/mprogress.js, src/js/main.js. Should read `process` rather than `proccess`.
At the moment, if you execute `require("mprogress")` in node, the error `Error: Cannot find module 'mprogress'` is produced. Adding a main entry in package.json will fix this
Fixes the issue with some bad characters in `package.json` ( https://github.com/lightningtgc/MProgress.js/issues/14 ) and also puts an entry point into the package for use with webpack ( https://github.com/lightningtgc/MProgress.js/issues/16 ).
@lightningtgc is this project still actively maintained? Looks like the changes over the past year or so haven't been released yet, so just curious. Thanks!
``` $ cat -A node_modules/mprogress/package.json M-oM-;M-?{$ "name": "mprogress",$ "description": "Mprogress.js creates progress linear bar from Google Material Design.",$ "version": "0.1.1",$ "homepage": "https://github.com/lightningtgc/MProgress.js",$ "author": "tang guichuan ",$ "repository": {$ "type": "git",$...
In your example videos you have a type 4 Query that transitions to Type 1 Determinate. Do you have any working examples? With the type 4 .end() method it appears...
Thank you for your work on this library. I tried using this on a project recently and while it definitely looks great, the animations can get a bit choppy during...