DefinitelyTyped/node-waves/node-waves-tests.ts
2017-01-27 02:31:43 +01:00

11 lines
163 B
TypeScript

import { init, ripple, attach, calm } from "node-waves";
init({ delay: 300 });
attach("button", "waves-light");
ripple(".box", { wait: null });
calm(".box");