Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package it.vfsfitvnm.route
|
||||
|
||||
import androidx.compose.animation.*
|
||||
import androidx.compose.animation.core.tween
|
||||
|
||||
|
||||
@ExperimentalAnimationApi
|
||||
val AnimatedContentScope<RouteHandlerScope>.fastFade: ContentTransform
|
||||
get() = fadeIn(tween(200)) with fadeOut(tween(200))
|
||||
|
||||
@ExperimentalAnimationApi
|
||||
val AnimatedContentScope<RouteHandlerScope>.empty: ContentTransform
|
||||
get() = EnterTransition.None with ExitTransition.None
|
||||
Reference in New Issue
Block a user