-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement smooth animation for Button
#17
base: master
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for erc20-vault failed.
|
Button
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
El animate-pulse no se esta ejecutando en el loading, hay que implementar mejoras en este boton, por ejemplo el estado de loading es igual que el de disabled osea se le baja demaciado la opacidad seria bueno que no fuera tan soso el color que mantuviera el color con mas opacidad que le de un color mas vivo pero que aun asi en esado loading no se pueda hacer click, osea mantener el funcionamiento del disabled con la UI de loading, no debe ser muy dificil de hacer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tienes que revisar ya que siges con el error de DOM, sigues teniendo un motion.button
y dentro otro boton ya que tienes que tener e cuenta que el componente Tag es un button.
Un boton no puede ir dentro de otro boton, pusiste un div arriba pero dentro de ese div tienes un boton y dentro de ese boton otro boton. Trata de encontrar el equilibrio para las animaciones, ya que framermotion no se limita a transacciones layout solamente, puedes hacer varias transicciones de distintas formas
Implementación de animación de transición para el Button