We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
https://wakamaifondue.com/
https://developer.mozilla.org/en-US/docs/Web/CSS/font-variation-settings
hier kan je het font aanpassen en animeren met css
Sorry, something went wrong.
Verschrikkelijk vervelende animatie maar stiekem toch wel leuk?
h1 { animation: welcome 1.5s ease-in-out 12 alternate; } h1:hover { animation-play-state: paused; } @keyframes welcome { 0% { font-weight: 100; letter-spacing: .5rem; } 30% { font-weight: 900; letter-spacing: -.5rem; } 60% { font-weight: 100; letter-spacing: -.5rem; } 100% { font-weight: 900; letter-spacing: .5rem; } }
Misschien leuk om te kijken of we iets kunnen doen per letter?
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: