TapTickit Docs

Built-in presets

String presets passed to trigger("…") are resolved from defaultPatterns, exported from taptickit.

Notification-style

KeyDescription
successAscending double-tap
warningTwo taps with a longer gap
errorShort sequence of stronger taps

Impact-style

KeyDescription
lightShort, lower intensity
mediumDefault-style tap
heavyLonger, full intensity
softSofter, slightly longer
rigidVery short, crisp

Selection

KeyDescription
selectionVery short tick for toggles / pickers

Custom extras

KeyDescription
nudgeTwo taps with pause — reminder feel
buzzLong single phase (clamped by the implementation’s max phase duration)

Programmatic access

import { defaultPatterns } from "taptickit";

const pattern = defaultPatterns.success.pattern;

Unknown string keys log a console warning and trigger returns without vibrating.