We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a120960 commit 0513dfcCopy full SHA for 0513dfc
src/app/components/logo/logo.component.ts
@@ -21,7 +21,7 @@ export class LogoComponent implements OnInit {
21
}
22
23
eyes() {
24
- return timer(0, 300).pipe(
+ return timer(0, 500).pipe(
25
startWith(0),
26
map((x) => x + 1),
27
takeWhile((x) => x < 6),
0 commit comments