Skip to content

Commit

Permalink
#55 add delay for svg animation time, adjust layout for user input
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHeckert committed Sep 24, 2024
1 parent 2e25216 commit 44cbda7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="bold-2">{{ title }}</h2>
[max]="9"
[min]="1"
[maxLength]="1"
oninput="this.value = this.value.replace(/[^0-9]/g, '');"
oninput="this.value = this.value.replace(/[^1-9]/g, '');"
/>
<span (click)="onExportAnimatedSvg()">seconds</span>
}
Expand Down

0 comments on commit 44cbda7

Please sign in to comment.