Skip to content

Commit

Permalink
Merge pull request #18 from piccard21/develop
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
piccard21 authored Nov 22, 2017
2 parents c8b4776 + 5ee870f commit 0b0623f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,13 @@ $fn.busyLoad.defaults
Setting a new default value:

```
$fn.busyLoad.defaults.scolor = "blue"
$fn.busyLoad.defaults.color = "blue"
```

## Hint

The overlay will get an absolute position, so if it doesn't show up at all or it's on the wrong place, remember that an absolute positioned element is positioned relative to the first parent element that has a position other than static.

## License

busy-load is licensed under the MIT License - see the LICENSE file for details.
Expand Down

0 comments on commit 0b0623f

Please sign in to comment.