Skip to content

KoryNunn/gaffa-delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gaffa-delay

delay action for gaffa

basically setTimeout.

Install:

npm i gaffa-delay

Add to gaffa:

gaffa.behaviours.constructors.delay = require('gaffa-delay');

API

Properties (instanceof Gaffa.Property)

delay

Number of miliseconds to delay calling 'trigger'

Actions

trigger

called when the delay timer goes off.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published