Skip to content

Instantly share code, notes, and snippets.

View SmartToolFactory's full-sized avatar
🏠
Working from home

Smart Tool Factory SmartToolFactory

🏠
Working from home
View GitHub Profile
@file:OptIn(ExperimentalComposeUiApi::class)
@file:Suppress("unused")
@file:NoLiveLiterals
package land.sungbin.androidplayground.extension
import androidx.compose.animation.core.Animatable
import androidx.compose.animation.core.AnimationSpec
import androidx.compose.animation.core.AnimationVector2D
import androidx.compose.animation.core.Spring
@file:OptIn(
ExperimentalComposeUiApi::class,
ExperimentalMaterialApi::class
)
package land.sungbin.androidplayground.snippet.animation
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.navigationBarsPadding