audio shorter
This commit is contained in:
parent
b39e37ea83
commit
77e83d9d53
@ -34,7 +34,7 @@
|
||||
preload="metadata" onloadedmetadata="mDur(dur1,audioBG)" ontimeupdate="mPlay(dur1,audioBG)">
|
||||
<source src="static/audio/output.webm" type="audio/mpeg">
|
||||
</audio>
|
||||
<input id="dur1" type="range" name="rng" min="0" step="0.25" value="0" onchange="mSet(dur1,audioBG)" style="width: 200px">
|
||||
<input id="dur1" type="range" name="rng" min="0" step="0.25" value="0" onchange="mSet(dur1,audioBG)" style="width: 150px">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
2
static/js/d3_map.js
vendored
2
static/js/d3_map.js
vendored
@ -79,8 +79,6 @@ d3.json("/static/js/group1.json", function(error, json) {
|
||||
.call(force.drag);
|
||||
|
||||
|
||||
|
||||
|
||||
force.on("tick", function() {
|
||||
link.attr("x1", function(d) {
|
||||
return d.source.x;
|
||||
|
Loading…
Reference in New Issue
Block a user