+
+ {isPlaying ? : atEnd ? : }
+
+
{
+ setIsPlaying(false);
+ seek((parseInt(e.target.value, 10) / 1000) * timeline.total);
+ }}
+ className="flex-grow accent-ds-accent cursor-pointer"
+ />
+
+ {formatClock(displayT)} / {formatClock(timeline.total)}
+
+
+
+