-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Description
Hi! This is my code. I want to play an animation on the fab every time it is pressed but for some reason, it is not doing anything.
_binding!!.floatingActionButton.setOnClickListener{
YoYo.with(Techniques.Shake)
.duration(700)
.repeat(5)
.playOn(_binding!!.floatingActionButton)
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels