Commit graph

6 commits

Author SHA1 Message Date
846416b9f7 Fix time duration when "playing"
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 0s
Previous implementation changed to next subtitle when current subtitle
ended. This means that times between subtitles were ignored.

This implementation now checks if the next subtitle's start is later
than the current subtitle's end, and will wait for the duration that is
longer.
2024-07-09 19:07:54 +09:00
99172c7007 Change "play" unicode to "play emoji"
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 0s
2024-07-08 18:17:20 +09:00
cde81c1c5b Fix timer-anim. not resetting when slider moved 2024-07-08 17:21:13 +09:00
4452cfaf13 Add play/pause button with duration animation 2024-07-08 17:15:52 +09:00
25d016006a Minor fixes 2024-07-08 14:57:00 +09:00
a23c1170d4 Impl. html/javascript/css .srt viewer 2024-07-08 14:35:02 +09:00