IanLunn / Hover

A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.
http://ianlunn.github.io/Hover/
Other
29.25k stars 5.78k forks source link

Hover issue on "hvr-bounce-to-right" animation with border and border-radius properties #170

Open RajeevRF opened 2 years ago

RajeevRF commented 2 years ago

Hi,

I am using this hover.css for most of my projects. Recently, I came across an issue. When I use "hvr-bounce-to-right" animation with border and border-radius properties, it shows some white space inside the button even though it shouldn't.

Can someone help me fix this?

https://codepen.io/rajeevrf/pen/oNopBPb

Hangzhe commented 1 year ago

Hi,

have you resolved this issue? If not, please take a look at my understanding. If I misunderstood your meaning, then I will be very sorry.

In the provided link, I see two places in the white color of the button. One is the button background. If it is this white color, you can modify its button color by modifying the attribute background color in the first. button link in the code, If it is the white font in the button, you can modify the color in the focus at the end of the. button link in the code, so that there is no white color present.

I hope it can help you.