Skip to content

Commit 8eefca6

Browse files
committed
fix bug in README
1 parent df463b9 commit 8eefca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ config includes following options:
2525
* active-class: class added to root when loader is toggled on. default 'running'.
2626
- useful when working with different css libraries.
2727
* inactive-class: class added to root when loader is toggled off. default is null.
28-
* auto-z: update root's z-index automatically. default true.
28+
* auto-z: update root's z-index automatically. default false.
2929
* base-z: the minimal z-index of root. default 10000.
3030
- with auto-z, ldloader keeps track of all loaders' z-index and always use larger z-index for newly toggled loaders. base-z is then used as a base value for all auto-z loaders.
3131
* ctrl: custom animation control unit. should at least contains a member function "step(t)".

0 commit comments

Comments
 (0)