Skip to content

Instantly share code, notes, and snippets.

View nxoim's full-sized avatar
💭
playing around

nxoim

💭
playing around
View GitHub Profile
@nxoim
nxoim / ScrollVisualFactor.kt
Last active July 12, 2025 18:54
ScrollVisualFactor
import androidx.compose.animation.core.animate
import androidx.compose.runtime.Composable
import androidx.compose.runtime.State
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
import androidx.compose.runtime.rememberCoroutineScope
import androidx.compose.runtime.staticCompositionLocalOf
import androidx.compose.ui.geometry.Offset
import androidx.compose.ui.input.nestedscroll.NestedScrollConnection
import androidx.compose.ui.input.nestedscroll.NestedScrollSource