mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
	
	
		
			34 lines
		
	
	
		
			749 B
		
	
	
	
		
			Markdown
		
	
	
	
		
		
			
		
	
	
			34 lines
		
	
	
		
			749 B
		
	
	
	
		
			Markdown
		
	
	
	
| 
								 | 
							
								+++
							 | 
						||
| 
								 | 
							
								# -----------------------------------------------------------------------
							 | 
						||
| 
								 | 
							
								# Do not edit this file. It is automatically generated by API Documenter.
							 | 
						||
| 
								 | 
							
								# -----------------------------------------------------------------------
							 | 
						||
| 
								 | 
							
								title = "FadeTransition"
							 | 
						||
| 
								 | 
							
								keywords = ["grafana","documentation","sdk","@grafana/ui"]
							 | 
						||
| 
								 | 
							
								type = "docs"
							 | 
						||
| 
								 | 
							
								+++
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								## FadeTransition() function
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								### FadeTransition() function
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<b>Signature</b>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								```typescript
							 | 
						||
| 
								 | 
							
								export declare function FadeTransition(props: Props): JSX.Element;
							 | 
						||
| 
								 | 
							
								```
							 | 
						||
| 
								 | 
							
								<b>Import</b>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								```typescript
							 | 
						||
| 
								 | 
							
								import { FadeTransition } from '@grafana/ui';
							 | 
						||
| 
								 | 
							
								```
							 | 
						||
| 
								 | 
							
								<b>Parameters</b>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								|  Parameter | Type | Description |
							 | 
						||
| 
								 | 
							
								|  --- | --- | --- |
							 | 
						||
| 
								 | 
							
								|  props | <code>Props</code> |  |
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<b>Returns:</b>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								`JSX.Element`
							 | 
						||
| 
								 | 
							
								
							 |