Skip to content
New issue

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

1 feature homepage hadil #15

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

1 feature homepage hadil #15

wants to merge 4 commits into from

Conversation

Hadil66
Copy link
Collaborator

@Hadil66 Hadil66 commented May 27, 2024

Ik heb de muis op de homepage geanimeerd zonder gebruik te maken van GSAP. In plaats daarvan heb ik keyframes gebruikt.

Codeconventies

We hebben een aantal code conventies afgesproken. Ik heb me er aan gehouden door opmerkingen bij de code achter te laten en door een streepje tussen de namen te zetten.

/* MOUSE TAIL WIGGLE ANIMATION */

#staart {
  animation: tail-wiggle 3s infinite ease-in-out;
  transform-origin: top right;
}

@keyframes tail-wiggle {
  0%, 
  100% { transform: skewY(0deg); }
  50% {  transform: skewY(3deg); }
}

@Hadil66 Hadil66 added the enhancement New feature or request label May 27, 2024
@lisavanmansom
Copy link
Owner

Super leuk design! Verder heb je ook code volgens de code conventies en is je design in de stijl van Tumi mundo. Helemaal leuk voor de homepage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants