}
requestAnimationFrame(on_animation_frame);
} else {
- document.getElementById("playpause_button").textContent = "â\8fµ";
+ document.getElementById("playpause_button").textContent = "â\96¶";
is_playing = false;
}
}
} else {
is_playing = false;
let playpause_button = document.getElementById("playpause_button");
- playpause_button.textContent = "â\8fµ";
+ playpause_button.textContent = "â\96¶";
playpause_button.style["transition"] = "all 0s linear";
playpause_button.style["background-position"] = "left";
}
</div>
<button id="left_button" class="transport_button" type="button">⬅️</button>
<button id="right_button" class="transport_button" type="button">➡️</button>
- <button id="playpause_button" class="transport_button" type="button">â\8fµ</button>
+ <button id="playpause_button" class="transport_button" type="button">â\96¶</button>
</body>
</html>