Comments on: Cool Hover Effects That Use Background Properties https://css-tricks.com/cool-hover-effects-using-background-properties/ Tips, Tricks, and Techniques on using Cascading Style Sheets. Wed, 06 Jul 2022 14:53:46 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Yu Xiao https://css-tricks.com/cool-hover-effects-using-background-properties/#comment-1796318 Wed, 06 Jul 2022 14:53:46 +0000 https://css-tricks.com/?p=365383#comment-1796318 Hi,
nice article, gotta digest it. For the first hover effect, I wonder why is background-repeat: no-repeat; has to be added for it to work?

]]>
By: Mohammad Naseer Saeedi https://css-tricks.com/cool-hover-effects-using-background-properties/#comment-1795999 Wed, 08 Jun 2022 03:15:12 +0000 https://css-tricks.com/?p=365383#comment-1795999 Great article.

]]>
By: robagp https://css-tricks.com/cool-hover-effects-using-background-properties/#comment-1795948 Fri, 03 Jun 2022 09:34:14 +0000 https://css-tricks.com/?p=365383#comment-1795948 Hi,
Top of the page where all 4 together the 4th hover is faulty. On hover the bottom middle vave a small white triangle.
But where you explain the 4th, there is no problem.
Why?
What is the different?

]]>
By: Eduar Bastidas https://css-tricks.com/cool-hover-effects-using-background-properties/#comment-1795695 Tue, 10 May 2022 13:36:52 +0000 https://css-tricks.com/?p=365383#comment-1795695 It would be great if you could use these animations with tailwind css, but the use of --c --s variables are complicated to integrate with tailwind classes.

]]>
By: Billy Hill https://css-tricks.com/cool-hover-effects-using-background-properties/#comment-1795564 Wed, 27 Apr 2022 17:43:05 +0000 https://css-tricks.com/?p=365383#comment-1795564 Nice write up!
However, I think it’s definitely worth noting that CSS background anything is apt to cause lag or jitter that I’m noticing here using Safari. The reason being background properties cause repaints, and that gets expensive fast. Using a pseudo property with an absolute or fixed position can handily avoid this problem and keep the animations running at buttery-smooth 60fps.
Cheers!

]]>
By: Noam https://css-tricks.com/cool-hover-effects-using-background-properties/#comment-1795559 Wed, 27 Apr 2022 16:01:44 +0000 https://css-tricks.com/?p=365383#comment-1795559 I’m glad that the recent articles were focused around core frontend topics. I was afraid the site is taking a drastic change in focus.

]]>