Skip to content

Commit

Permalink
Merge pull request #54 from TartejBrothers/Updates
Browse files Browse the repository at this point in the history
Updated: Animations
  • Loading branch information
TartejBrothers authored Jun 8, 2024
2 parents 664f51b + 3b7547a commit c75a4dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

.slide-up {
animation: slideUp ease;
animation: slideUp linear;
animation-timeline: view();
animation-range-start: 00px;
animation-range-end: 100vh;
Expand Down
2 changes: 1 addition & 1 deletion src/components/styles/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

.contactmain {
animation: charactershow;
animation: charactershow linear;
animation-timeline: view();
animation-range-start: 00px;
animation-range-end: 100vh;
Expand Down
2 changes: 1 addition & 1 deletion src/components/styles/expertisecomponent.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}
}
.leftexpertisebody {
animation: expertisecontenthide;
animation: expertisecontenthide linear;
animation-timeline: view();
animation-range-start: 60vh;
animation-range-end: 90vh;
Expand Down

0 comments on commit c75a4dc

Please sign in to comment.