UNPKG

vue-rewards

Version:

Vue-rewards lets you add micro-interactions to your app, and rewards users with the rain of confetti, emoji or balloons in seconds.

14 lines (13 loc) 282 B
export type BalloonsConfig = { lifetime?: number; angle?: number; decay?: number; spread?: number; startVelocity?: number; elementCount?: number; elementSize?: number; zIndex?: number; position?: string; colors?: string[]; onAnimationComplete?: () => void; };