Skip to content

Commit

Permalink
Merge pull request #59 from TartejBrothers/Updates
Browse files Browse the repository at this point in the history
Updated: Animations
  • Loading branch information
TartejBrothers committed Jun 8, 2024
2 parents 786b8fb + 224d258 commit d134bd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/styles/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
}
.footertopimg {
margin-bottom: -5px;
margin-left: -10px;
}

@keyframes charactershow {
Expand Down
12 changes: 10 additions & 2 deletions src/components/styles/expertisecomponent.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,19 @@
}
100% {
max-height: 0;

font-size: 0px;
overflow: clip;
padding-bottom: 0px;
}
}
@keyframes expertisecontentshow {
0% {
max-height: 1000px;
}
100% {
max-height: 1000px;
}
}
.leftexpertisebody {
animation-timeline: view();
animation-range-start: 20vh;
Expand Down Expand Up @@ -110,6 +117,7 @@
width: 100%;
}
}
body.safari .leftexpertisebody {

body.no-animation .leftexpertisebody {
animation: none;
}

0 comments on commit d134bd6

Please sign in to comment.