Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKonrad Pilch
2,435 PointsHow to make this transition hover?
HI,
I want to make the hover effect.
Let me explain it from what i see : p
Its a radial in , with two masks, the first mask is white, followed by black.
How can i make this effect?
1 Answer
Steven Parker
231,269 PointsThe black mask just fades in, you already had that in your previous quesiton.
The white layer on top of that (created by the ::after pseudo-class) has a transform: scale(0,0);
that causes it to shrink when hovered.
Did you look at that site's CSS file? It's quite extensive but it's not minified.
Konrad Pilch
2,435 PointsKonrad Pilch
2,435 PointsHow did you get that CSS?