Skip to content

Commit

Permalink
feat: add effect for number ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Nov 29, 2024
1 parent db26095 commit 5435923
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/Home/Banner/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ $backgroundColor: #232323;
mix-blend-mode: difference;
line-height: 1.2;
font-size: 50px;
outline: none;
background: url('./ticker_bg.gif');
background-size: cover;
background-position: center center;
background-clip: text;
color: transparent;

.ticker {
display: flex;
Expand Down
Binary file added src/pages/Home/Banner/ticker_bg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5435923

Please sign in to comment.