Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 52012ba + f838982 commit 4dcea1dCopy full SHA for 4dcea1d
1 file changed
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