Skip to content

Instantly share code, notes, and snippets.

@trof808
Last active December 3, 2016 15:07
Show Gist options
  • Save trof808/d27504169a413f116a6779ee4ee2a671 to your computer and use it in GitHub Desktop.
Save trof808/d27504169a413f116a6779ee4ee2a671 to your computer and use it in GitHub Desktop.
flashing items
var options = {
obj: ["#player1", "#player2", "#player3"],
actionType: ["pic"],
flashColor: ["white"],
tapInterval: 300,
delay: 2000
};
var ut = new UTManager(options);
ut.tap();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment