mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-18 12:40:30 +08:00
Documentations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="output" style=""><div class="output_area"><div class="prompt output_prompt">Out[509]:</div><div class="output_subarea output_html rendered_html output_pyout">
|
||||
<div class="output" style=""><div class="output_area"><div class="prompt output_prompt"></div><div class="output_subarea output_html rendered_html output_pyout">
|
||||
<script language="javascript">
|
||||
/* Define the Animation class */
|
||||
function Animation(frames, img_id, slider_id, interval, loop_select_id){
|
||||
@@ -55,7 +55,7 @@
|
||||
Animation.prototype.last_frame = function()
|
||||
{
|
||||
this.set_frame(this.frames.length - 1);
|
||||
}
|
||||
}
|
||||
|
||||
Animation.prototype.slower = function()
|
||||
{
|
||||
@@ -201,9 +201,9 @@ FnSONdiL8Qci0lzwpOM5sQAAAABJRU5ErkJggg==
|
||||
"></button>
|
||||
<button onclick="animERCBNNRFBIVTPCOM.faster()">+</button>
|
||||
<form action="#n" name="_anim_loop_selectERCBNNRFBIVTPCOM" class="anim_control">
|
||||
<input type="radio" name="state" value="once"> Once
|
||||
<input type="radio" name="state" value="loop" checked=""> Loop
|
||||
<input type="radio" name="state" value="reflect"> Reflect
|
||||
<input type="radio" name="state" value="once"> Once
|
||||
<input type="radio" name="state" value="loop" checked=""> Loop
|
||||
<input type="radio" name="state" value="reflect"> Reflect
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -216,7 +216,7 @@ FnSONdiL8Qci0lzwpOM5sQAAAABJRU5ErkJggg==
|
||||
var slider_id = "_anim_sliderERCBNNRFBIVTPCOM";
|
||||
var loop_select_id = "_anim_loop_selectERCBNNRFBIVTPCOM";
|
||||
var frames = new Array(0);
|
||||
|
||||
|
||||
frames[0] = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIAAAAFoCAYAAAAvh4ASAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\
|
||||
AAALEgAACxIB0t1+/AAAIABJREFUeJzt3b1SG+maB/BHnKna2oQPebNNQLC5DczGp4zF5rZh5gIM\
|
||||
+AZm8JnI4QDnAsZwso3WQG28x9KUc2PhfIzgAnZAcrChewOPdJAt2ZivRq9+vypVoX718bQa9Lz8\
|
||||
@@ -2271,4 +2271,4 @@ aQABAAAAJE4DCAAAACBx/z85KJK1LamKyAAAAABJRU5ErkJggg==\
|
||||
}, 0);
|
||||
})()
|
||||
</script>
|
||||
</div></div></div>
|
||||
</div></div></div>
|
||||
|
||||
Reference in New Issue
Block a user