Skip to content

Commit

Permalink
[0.1.14.3] + add transition ease-in-out to transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnella Kyle San Juan committed Jun 20, 2024
1 parent 70e009e commit f45d209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ ul .icon:hover {
.content-page {
position: absolute;
top: 328px;
transition: transform 0.5s ease-in-out;
}

#profile-bg {
Expand All @@ -927,4 +928,5 @@ ul .icon:hover {
#team:target #page-team {
transform: translateX(320vw);
width: 80%;
transition-delay: .4s;
}

0 comments on commit f45d209

Please sign in to comment.