mirror of
				https://github.com/JakeWharton/mosaic.git
				synced 2025-11-01 03:43:31 +08:00 
			
		
		
		
	 efcf480ebe
			
		
	
	efcf480ebe
	
	
	
		
			
			Porting animation helpers from androidx: - https://developer.android.com/reference/kotlin/androidx/compose/animation/core/package-summary - androidx.compose.animation](https://developer.android.com/reference/kotlin/androidx/compose/animation/package-summary (a little bit from here) Solution for https://github.com/JakeWharton/mosaic/issues/400 Use the new code to update and add animations to the demo sample.
		
			
				
	
	
		
			15 lines
		
	
	
		
			778 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			778 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Mosaic Animation
 | |
| 
 | |
| This is a Mosaic-adapted copy of
 | |
| the [androidx.compose.animation-core](https://developer.android.com/reference/kotlin/androidx/compose/animation/core/package-summary)
 | |
| library source code.
 | |
| 
 | |
| At the moment, there is also a color animation from
 | |
| the [androidx.compose.animation](https://developer.android.com/reference/kotlin/androidx/compose/animation/package-summary)
 | |
| library. Other things are difficult or impossible to adapt at the moment due to the specifics of
 | |
| Mosaic.
 | |
| 
 | |
| Minimal changes were made during the adaptation. Deprecated methods have been removed, links to
 | |
| samples from the kdoc have been removed, and links to Mosaic-specific methods, functions, and
 | |
| classes have been changed. Also removed are things that cannot be adapted to Mosaic, such as Dp.
 |