Skip to content

Instantly share code, notes, and snippets.

View joharei's full-sized avatar

Johan Reitan joharei

  • Olavstoppen
  • Sykkylven, Norway
View GitHub Profile
@joharei
joharei / FloatingActionButton.kt
Last active September 13, 2021 10:50
FAB with show/hide animations according to the Material spec
import androidx.compose.animation.AnimatedVisibility
import androidx.compose.animation.EnterExitState
import androidx.compose.animation.EnterTransition
import androidx.compose.animation.ExitTransition
import androidx.compose.animation.core.FastOutLinearInEasing
import androidx.compose.animation.core.LinearEasing
import androidx.compose.animation.core.LinearOutSlowInEasing
import androidx.compose.animation.core.animateFloat
import androidx.compose.animation.core.tween
import androidx.compose.animation.fadeIn