Game-Collisions
view release on metacpan or search on metacpan
nytprof/js/jit/jit.js view on Meta::CPAN
/*
Method: sequence
Iteratively performs an action while refreshing the state of the visualization.
Parameters:
options - Some sequence options like
- _condition_ A function returning a boolean instance in order to stop iterations.
- _step_ A function to execute on each step of the iteration.
- _onComplete_ A function to execute when the sequence finishes.
- _duration_ Duration (in milliseconds) of each step.
Example:
(start code js)
var rg = new RGraph(canvas, config); //can be also Hypertree or ST
var i = 0;
rg.fx.sequence({
condition: function() {
( run in 0.870 second using v1.01-cache-2.11-cpan-71847e10f99 )