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 38c0236 commit b66ee71Copy full SHA for b66ee71
src/app/shared/dialogs/screen-clip-options/screen-clip-options.component.html
@@ -94,7 +94,9 @@ <h2 mat-dialog-title class="title">
94
<input autocomplete="off"
95
formControlName="animationInDuration"
96
matInput #animationInDuration
97
- type="number">
+ type="number"
98
+ placeholder="777"
99
+ >
100
101
<span matSuffix>ms</span>
102
</mat-form-field>
@@ -123,7 +125,9 @@ <h2 mat-dialog-title class="title">
123
125
124
126
formControlName="animationOutDuration"
127
matInput #animationOutDuration
128
129
130
131
132
133
0 commit comments