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

Inconsistent text rendering and position #70

Open thewebsitedev opened 9 years ago

thewebsitedev commented 9 years ago

On hovering the 'Bounce In' button I noticed that the text goes down and up at the end of the animation.

What can be the cause?

Firefox - 40.0.2 OSX Yosemite - 10.10.4

thewebsitedev commented 9 years ago

Just noticed that text related issue is with few other animations as well. For example 'Skew' - text goes down after animation.

IanLunn commented 9 years ago

I see this too. I had previously added properties to prevent this so Firefox must have changed something for it to occur again. Will look into it...

IanLunn commented 8 years ago

It is not so much the library but how the browser handles transitions and transforms. We can probably improve it though.