commonMain.me.saket.telephoto.zoomable.internal.mutatePriority.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zoomable-desktop Show documentation
Show all versions of zoomable-desktop Show documentation
A Modifier for making anything zoomable.
The newest version!
package me.saket.telephoto.zoomable.internal
import androidx.compose.foundation.MutatePriority
internal object MutatePriorities {
// Used to ensure that any existing fling animations are
// cancelled but double-tap zoom animations are continued.
val FlingAnimation get() = MutatePriority.Default
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy