All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.me.saket.telephoto.zoomable.internal.mutatePriority.kt Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show 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