We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
</input>
animation.HTMLWriter
1 parent c6bad8c commit f838982Copy full SHA for f838982
lib/matplotlib/_animation_data.py
@@ -196,7 +196,7 @@
196
<div class="anim-controls">
197
<input id="_anim_slider{id}" type="range" class="anim-slider"
198
name="points" min="0" max="1" step="1" value="0"
199
- oninput="anim{id}.set_frame(parseInt(this.value));"></input>
+ oninput="anim{id}.set_frame(parseInt(this.value));">
200
<div class="anim-buttons">
201
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim{id}.slower()">
202
<i class="fa fa-minus"></i></button>
0 commit comments