Skip to content

Commit

Permalink
Merge pull request #60 from TartejBrothers/Updates
Browse files Browse the repository at this point in the history
Updated: Animations
  • Loading branch information
TartejBrothers authored Jun 12, 2024
2 parents d134bd6 + 0d5c14a commit 166bd1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@

.slide-up {
animation-timeline: view();
animation-range-start: 0vh;
animation-range-end: 60vh;
animation-range-start: 60vh;
animation-range-end: 80vh;
animation-name: slideUp;
animation-fill-mode: both;
animation-duration: 100ms;
Expand All @@ -58,5 +58,5 @@

#testimonial {
z-index: 10;
margin-top: -20vh;
margin-top: -80vh;
}

0 comments on commit 166bd1f

Please sign in to comment.