ConnorAtherton / walkway

An easy way to animate SVG elements.
http://connoratherton.com/walkway
MIT License
4.37k stars 229 forks source link

How can I restart the animation ? #27

Closed montalvomiguelo closed 8 years ago

montalvomiguelo commented 9 years ago

Is there any way to reinitialise the animation on click a button?

renancaraujo commented 9 years ago

+1

keeprock commented 9 years ago

@montalvomiguelo @renanCaraujo you can try my fork: https://github.com/keeprock/walkway/blob/tab-focus-change/src/walkway.js

It has a new option redrawOnFocus (boolean). It will automatically restart animation every time tab lose focus and get it again.

montalvomiguelo commented 9 years ago

:+1: thx