mirror of https://github.com/twbs/bootstrap.git
				
				
				
			fix data-pause documentation for carousel (#21938)
fix data-pause documentation for carousel
This commit is contained in:
		
							parent
							
								
									c72a315740
								
							
						
					
					
						commit
						7c4ed09da2
					
				|  | @ -208,9 +208,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap | |||
|    </tr> | ||||
|    <tr> | ||||
|      <td>pause</td> | ||||
|      <td>string | null</td> | ||||
|      <td>string | boolean</td> | ||||
|      <td>"hover"</td> | ||||
|      <td>If set to <code>"hover"</code>, pauses the cycling of the carousel on <code>mouseenter</code> and resumes the cycling of the carousel on <code>mouseleave</code>. If set to <code>null</code>, hovering over the carousel won't pause it.</td> | ||||
|      <td>If set to <code>"hover"</code>, pauses the cycling of the carousel on <code>mouseenter</code> and resumes the cycling of the carousel on <code>mouseleave</code>. If set to <code>false</code>, hovering over the carousel won't pause it.</td> | ||||
|    </tr> | ||||
|    <tr> | ||||
|      <td>ride</td> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue