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.
Font Awesome has upgraded to version 5.0.6 which has many breaking changes from the previous versions.
One of the biggest changes is they switched the font-family name FontAwesome to Font Awesome 5 Free or Font Awesome 5 Pro. This appears to be the main reason the hover library doesn't work with the latest version of FontAwesome.
Switching those values in the hover css/sass/less files should resolve the issue, but then this library wouldn't work for users using hover and FontAwesome 4.x.
Are there any plans to upgrade this library to be compatible with both versions (4 & 5) of FontAwesome?
Font Awesome has upgraded to version 5.0.6 which has many breaking changes from the previous versions.
One of the biggest changes is they switched the font-family name
FontAwesome
toFont Awesome 5 Free
orFont Awesome 5 Pro
. This appears to be the main reason the hover library doesn't work with the latest version of FontAwesome.Switching those values in the hover css/sass/less files should resolve the issue, but then this library wouldn't work for users using hover and FontAwesome 4.x.
Are there any plans to upgrade this library to be compatible with both versions (4 & 5) of FontAwesome?