Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
41592a4d2f | |||
23367249ec |
@ -13,4 +13,4 @@ do your loading stuff
|
|||||||
early.stop(); // stop "early" when your module is ready
|
early.stop(); // stop "early" when your module is ready
|
||||||
```
|
```
|
||||||
|
|
||||||
early runs in its own process: The loader animation runs smoothly even when your event queue of your currently loading moudle is working heavily.
|
early runs in its own process: The loader animation runs smoothly even when your event queue of your currently loading module is working heavily.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "early",
|
"name": "early",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "nice module loading animation for modules that need a little starting time.",
|
"description": "nice module loading animation for modules that need a little starting time.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user