CSS

Fullscreen Menu

Fullscreen Menu
Learn More

How to trigger hover effect on child elements when hovering over the parent div?

Add > after hover and then the .classname of the element that you wanna change.
Learn More

Keyframes

@keyframes mask { from { -webkit-mask-position: 0% 0; mask-position: 0% 0; } to { -webkit-mask-position: 100% 0; mask-position: 100% 0; } }
Learn More