Skip to content

fnobi/RunAwayBtn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunAwayBtn

Run away button.

demo

dependencies

usage

var btn = new RunAwayBtn({
  $el: $('#run-away-btn'),
  xMargin: 50,
  yMargin: 50
});

btn.on('jump', function () {
  console.log('jump');
});

btn.on('jump:4', function () {
  alert('this is 4th jump!\nand, good bye.');
  btn.jumpTo(-100, -100);
});

About

Run away button.

Resources

Stars

Watchers

Forks

Packages

No packages published