Skip to content

Commit

Permalink
InitialLogo bezier motion change
Browse files Browse the repository at this point in the history
  • Loading branch information
fecapark committed Jun 7, 2022
1 parent 1784408 commit 3f5bfe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Cards/HeadInfoCard/HeadInfoCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
align-items: center;
align-self: flex-start;
opacity: 0;
cursor: pointer;

i {
cursor: pointer;
font-size: 14px;
color: $secondary-text-color;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/InitialLogo/InitialLogo.ani.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function getMaskAnimation(
// Animation parameters
const duration = 0.35;
const deafultDelay = 0.6;
const delayGap = 0.18;
const delayGap = 0.125;
const bezier: BezierValue = [0, 0, 0.2, 1];

return [
Expand Down

0 comments on commit 3f5bfe5

Please sign in to comment.