Skip to content

Commit

Permalink
timeline animates and use hyphens as default time
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Apr 4, 2015
1 parent 8e4893b commit 1d8f381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ body:hover #overlay {
background-color: #31A357;
width: 0%;
height: 10px;
transition: width 0.25s linear;
}

#controls-play {
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>playback</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="octicons/octicons.css">
<link rel="stylesheet" type="text/css" href="roboto/roboto.css" >
<link rel="stylesheet" type="text/css" href="index.css">
Expand All @@ -18,9 +19,9 @@
<span class="octicon octicon-playback-play"></span>
</div>
<div id="controls-time" class="center">
<span id="controls-time-current">1:01:15</span>
<span id="controls-time-current">‒‒:‒‒</span>
<span id="controls-time-separator">/</span>
<span id="controls-time-total">08:32</span>
<span id="controls-time-total">‒‒:‒‒</span>
</div>
<div id="controls-name" class="center">
Some Video File.mp4
Expand Down

0 comments on commit 1d8f381

Please sign in to comment.