[add] function implementation
This commit is contained in:
16
app/src/main/java/com/acitelight/aether/animation/scaleY.kt
Normal file
16
app/src/main/java/com/acitelight/aether/animation/scaleY.kt
Normal file
@@ -0,0 +1,16 @@
|
||||
package com.acitelight.aether.animation
|
||||
|
||||
import androidx.compose.animation.EnterTransition
|
||||
import androidx.compose.animation.ExitTransition
|
||||
import androidx.compose.animation.core.FiniteAnimationSpec
|
||||
import androidx.compose.animation.core.tween
|
||||
import androidx.compose.animation.expandVertically
|
||||
import androidx.compose.animation.fadeIn
|
||||
import androidx.compose.animation.fadeOut
|
||||
import androidx.compose.animation.scaleIn
|
||||
import androidx.compose.animation.scaleOut
|
||||
import androidx.compose.animation.shrinkVertically
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.draw.scale
|
||||
import androidx.compose.ui.graphics.TransformOrigin
|
||||
|
||||
Reference in New Issue
Block a user