Skip to content

Instantly share code, notes, and snippets.

@pauloaapereira
Created April 23, 2021 22:17
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/474db0819defcbdd38ad74d30cf141c2 to your computer and use it in GitHub Desktop.
Save pauloaapereira/474db0819defcbdd38ad74d30cf141c2 to your computer and use it in GitHub Desktop.
Jetpack Compose - Earthquake Effect_2
interface IEarthquakeScope {
fun startShaking()
fun stopShaking()
val isShaking: Boolean
var shakeDuration: Long
var shakesPerSecond: Int
var shakeForce: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment