Skip to content
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

Can't find a way to disable the animation #30

Open
Saadchr opened this issue Mar 7, 2024 · 1 comment
Open

Can't find a way to disable the animation #30

Saadchr opened this issue Mar 7, 2024 · 1 comment

Comments

@Saadchr
Copy link

Saadchr commented Mar 7, 2024

Hi,
I couldn't find a way to disable the animation
I tried this:
buttonStyle={{ height: 50, width: 50, animation: "none !important" }}

Thanks

@dgabel01
Copy link

dgabel01 commented Apr 9, 2024

.styles-module_whatsappButton__tVits::after{

animation: none !important;

}

you have to target this class and then set the animation to none(with important).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants