Skip to content

Commit

Permalink
Lukas2485 animation restitution and fix (#2816)
Browse files Browse the repository at this point in the history
* meta.json for remaining PR (prior to project update)

* Restitute contribution merged then revert accidently
- also fixed anurag folder
  • Loading branch information
LaurelineP authored Oct 23, 2024
1 parent d6c045b commit c961687
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
4 changes: 4 additions & 0 deletions Art/Anurag-singh-thakur-Rotating-Square/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"githubHandle": "Anurag-singh-thakur",
"artName": "Rotating Square"
}
2 changes: 1 addition & 1 deletion Art/lukas2485-movingAround/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="styles.css">
<title>Document</title>
</head>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
background-color: black;
padding: 15px;
}

#bubble {
height: 100px;
width: 100px;
Expand All @@ -14,7 +14,7 @@
pulse 2s ease infinite alternate,
nudge 6s linear infinite alternate;
}

#line {
height: 100%;
width: 5px;
Expand All @@ -23,18 +23,18 @@
nudge 6s linear infinite alternate,
rotate 4s ease infinite;
}

@keyframes rotate {
50% {
transform: rotate(0);
}

80% {
transform: rotate(-70deg);
}
}


@keyframes pulse {
0%, 100% {
background-color: red;
Expand All @@ -43,16 +43,14 @@
background-color: orange;
}
}

@keyframes nudge {

50% {
transform: translate(320px, 0);
}

100% {
transform: translate(-30px, 0);
}
}


}
2 changes: 1 addition & 1 deletion public/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -1063,4 +1063,4 @@
"imageLink": "./Art/terrifricker-rotatingSquare/icon.png",
"projectPath": "Art/terrifricker-rotatingSquare"
}
]
]

0 comments on commit c961687

Please sign in to comment.