Skip to content

Commit

Permalink
more concise text in export dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
hofstef committed Sep 25, 2024
1 parent d2133bb commit 9270e03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ <h1>{{ title }}</h1>
</label>
<div class="row">
<input type="checkbox" [(ngModel)]="isAnimatedSvgExport" />
<span (click)="onExportAnimatedSvg()">Export animated SVG.</span>
<span (click)="onExportAnimatedSvg()">Animated SVG</span>
@if (isAnimatedSvgExport) {
<span>Animation speed:</span>
<span> - animation speed:</span>
<input
class="number-input"
[(ngModel)]="animationSpeed"
Expand Down

0 comments on commit 9270e03

Please sign in to comment.