Swipe icon indicating copy to clipboard operation
Swipe copied to clipboard

Hi, why there's no `restart` function when I want to restart auto swipe after I called `stop`?

Open xiaoyuze88 opened this issue 11 years ago • 1 comments

Just like

restart: function() {
    delay = options.auto;
    begin();
}

This will work for me well!

xiaoyuze88 avatar Dec 27 '14 14:12 xiaoyuze88

@xiaoyuze88 I maintain a independent version of this project, https://github.com/lyfeyaj/swipe, I added the feature you need(I need too!!), and some other features. or you can use bower install swipe-js to use my version

lyfeyaj avatar Feb 04 '15 07:02 lyfeyaj