Skip to content

Instantly share code, notes, and snippets.

@pauloaapereira
Last active April 23, 2021 22:30
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/86726e4e52cd3ea12384f57b718dab40 to your computer and use it in GitHub Desktop.
Save pauloaapereira/86726e4e52cd3ea12384f57b718dab40 to your computer and use it in GitHub Desktop.
Jetpack Compose - Earthquake Effect_4
@Immutable
interface IEarthquakeController {
fun startShaking(earthquakeDuration: Long, shakeDuration: Long, shakeForce: Int)
fun stopShaking()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment