Skip to content

Commit

Permalink
feat: set animation fade to marquee brand images
Browse files Browse the repository at this point in the history
  • Loading branch information
DevJaGz committed Dec 1, 2023
1 parent e086935 commit 935cc77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/app/features/home-feature/home-feature.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<div class="grid place-items-center h-full relative overflow-x-hidden">
<app-marquee-brand-images
class="absolute top-0 left-0 right-0 animate-fade-left"
class="absolute top-0 left-0 right-0 animate-fade"
/>

<app-marquee-words
class="absolute top-0 left-4 bottom-0 animate-fade-right"
/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<div class="w-full py-4 relative">
<ngx-fast-marquee
[speed]="40"
[speed]="100"
direction="left"
class="rotate-45"
[maskPercentage]="40"
[pauseOnClick]="true"
>
Expand Down

0 comments on commit 935cc77

Please sign in to comment.