Document `clear` slide type

This commit is contained in:
Mikhail Baranov 2018-01-24 23:41:39 +03:00 committed by GitHub
parent c24cc01ba4
commit 22b9a8e018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -128,7 +128,7 @@ You can hide number manually:
</style> </style>
</section> </section>
Some slide types could also hide slide number: `white` or `black`. Some slide type `clear` could also hide slide number.
### Types ### Types
@ -136,18 +136,22 @@ Types are changing slides look. You can set type by adding class to the main
#### White #### White
White type set white background and turns off slide number. Use it when you need just a pure white slide. White type set white background and turns off slide number. Use it when you need a white slide.
<section class="slide white"> <section class="slide white">
#### Black #### Black
Black type set black background and turns off slide number. Use it when you need just a pure black slide. Black type set black background and turns off slide number. Use it when you need a black slide.
<section class="slide black"> <section class="slide black">
Please note that black slide type doesnt change text color. Please note that black slide type doesnt change text color.
#### Clear
Clear type turns off slide number. Use it when you need a pure slide. May be mixed with `white` or `black` type.
#### Grid #### Grid
Grid set a background with two guide types: main magenta guides and additional cyan guides, setting margins, rows and columns. Grid set a background with two guide types: main magenta guides and additional cyan guides, setting margins, rows and columns.