Hi,
new wick-er here! I just discovered, and delighted by the Power of Wick! WOW!
I’ve been experimenting with small scripts to make/pause and play animations.
For instance, I tried to pause/play the animation:
stop() that = this setTimeout( function(){ that.play() } , 1000 );
For me, as a JS dev, that=this comes easily. But I can imagine that would not be the case for everybody. It might be fun to have a community wiki, where we could share snippets like this?
In any case: great work, and please keep it up!
regards,
Paul