Skip to content

Instantly share code, notes, and snippets.

View percy-g2's full-sized avatar

Prashant Gahlot percy-g2

View GitHub Profile
@percy-g2
percy-g2 / Implementation.txt
Last active June 8, 2023 19:49
Animation to encrypted text in card view using jetpack compose based on https://github.com/sbis04/file_encryption_animation
Call this below composable function for testing
@Composable
fun MovingCardOverParticlesMotion() {
Box(
modifier = Modifier.fillMaxSize()
) {
ParticlesMotion(
totalParticles = 5000,