Before everything, I want to thank you for this amazing lib!
I'm using the lib in my project to animate some entries with Shake Animation when user inserts invalid values.
Talking with the UX professional in my team, she asked me if it is possible to control the number of movements in the shake animation.
Looking at the code, I saw that the class ShakeAnimation have the property Movement but it is private and I can't change it.
What do you think about creating a bindable property for this? With this, the user will be able to control the number of movements in the animation
Hello Javier!
Before everything, I want to thank you for this amazing lib!
I'm using the lib in my project to animate some entries with Shake Animation when user inserts invalid values. Talking with the UX professional in my team, she asked me if it is possible to control the number of movements in the shake animation.
Looking at the code, I saw that the class ShakeAnimation have the property Movement but it is private and I can't change it.
What do you think about creating a bindable property for this? With this, the user will be able to control the number of movements in the animation
Thank you!