@@ -309,24 +309,24 @@ Where `[modX]` can be (all optional):
309
309
310
310
- Positioning: ` top ` , ` bottom ` , ` left ` , ` right ` , ` auto ` , ` topleft ` , ` topright ` , ` bottomleft ` ,
311
311
` bottomright ` , ` lefttop ` , ` leftbottom ` , ` righttop ` , or ` rightbottom ` (last one found wins,
312
- defaults to ` top ` )
312
+ defaults to ` top ` ).
313
313
- Event trigger: ` click ` , ` hover ` , ` focus ` , ` blur ` (if none specified, defaults to ` focus ` and
314
314
` hover ` . ` blur ` is a close handler only, and if specified by itself, will be converted to
315
315
` focus ` ). Use ` manual ` if you only want to control the visibility manually.
316
- - ` nofade ` to turn off animation
316
+ - ` nofade ` to turn off animation.
317
317
- ` html ` to enable rendering raw HTML. By default HTML is escaped and converted to text
318
318
- A delay value in the format of ` d### ` (where ` ### ` is in ms, defaults to ` 50 ` ), applied to both
319
- ` hide ` and ` show ` (affects ` hover ` and ` focus ` only)
319
+ ` hide ` and ` show ` .
320
320
- A show delay value in the format of ` ds### ` (where ` ### ` is in ms, defaults to ` 50 ` ), applied to
321
- ` show ` trigger only (affects ` hover ` and ` focus ` only)
321
+ ` show ` trigger only.
322
322
- A hide delay value in the format of ` dh### ` (where ` ### ` is in ms, defaults to ` 50 ` ), applied to
323
- ` hide ` trigger only (affects ` hover ` and ` focus ` only)
323
+ ` hide ` trigger only.
324
324
- An offset value in pixels in the format of ` o### ` (where ` ### ` is the number of pixels, defaults
325
- to ` 0 ` . Negative values allowed)
325
+ to ` 0 ` . Negative values allowed).
326
326
- A boundary setting of ` window ` or ` viewport ` . The element to constrain the visual placement of the
327
327
tooltip. If not specified, the boundary defaults to the trigger element's scroll parent (in most
328
- cases this will suffice)
329
- - A contextual variant in the form of ` v-XXX ` (where ` XXX ` is the color variant name)
328
+ cases this will suffice).
329
+ - A contextual variant in the form of ` v-XXX ` (where ` XXX ` is the color variant name).
330
330
331
331
Where ` <value> ` can be (optional):
332
332
0 commit comments