Skip to content

Commit

Permalink
constitution animation
Browse files Browse the repository at this point in the history
  • Loading branch information
TanishqSharma2022 committed Dec 3, 2023
1 parent d194b5b commit 960bc45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,15 @@ transition: all 0.5s ease-in-out;
max-width: 300px;
filter: drop-shadow(0px 0px 20px #8e8a8a);
object-fit: contain;

animation: upDown 7s ease-in-out infinite;
}
@keyframes upDown {
0%, 100%{
transform: translateY(0);
}
50%{
transform: translateY(-10px);
}
}


Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h1 style="z-index: 99;">Functioning of the Student Senate</h1>
M377.5,327.5Q339,405,249,406Q159,407,82,328.5Q5,250,71.5,153Q138,56,242,70Q346,84,381,167Q416,250,377.5,327.5Z
M377.5,327.5Q339,405,249,406Q159,407,82,328.5Q5,250,71.5,153Q138,56,242,70Q346,84,381,167Q416,250,377.5,327.5Z;
M409,315.5Q326,381,249,383Q172,385,114,317.5Q56,250,100.5,158.5Q145,67,252.5,63.5Q360,60,426,155Q492,250,409,315.5Z;
"></animate>
</path>
Expand Down

0 comments on commit 960bc45

Please sign in to comment.