Skip to content

Instantly share code, notes, and snippets.

@pauloaapereira
Created March 16, 2021 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pauloaapereira/8afbef58f96d64ddc18b14f7d0850f61 to your computer and use it in GitHub Desktop.
Save pauloaapereira/8afbef58f96d64ddc18b14f7d0850f61 to your computer and use it in GitHub Desktop.
Jetpack Compose - Pulsating Effect - 3
Pulsating {
Surface(
color = MaterialTheme.colors.primary,
shape = CircleShape,
modifier = Modifier.size(100.dp),
content = {}
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment