WaveformSeeker Improvements
This commit is contained in:
@@ -30,15 +30,15 @@
|
||||
</div>
|
||||
|
||||
@* Playhead rule at the split point. *@
|
||||
<div class="waveform-playhead"></div>
|
||||
@* <div class="waveform-playhead"></div> *@
|
||||
|
||||
@* Hover preview line + time tooltip (suppressed while dragging). *@
|
||||
@if (_showHover && !_isSeeking)
|
||||
{
|
||||
<div class="waveform-hover-line"
|
||||
style="left: @_hoverFraction.ToString("P2", System.Globalization.CultureInfo.InvariantCulture);"></div>
|
||||
style="left: @HoverPercent;"></div>
|
||||
<div class="waveform-hover-time"
|
||||
style="left: @_hoverFraction.ToString("P2", System.Globalization.CultureInfo.InvariantCulture);">
|
||||
style="left: @HoverPercent;">
|
||||
@FormatTime(_hoverTime)
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user