Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Interface: FloatingReactionProps

@roomful/cursors


@roomful/cursors / FloatingReactionProps

Defined in: floating-reaction.ts:34

Configures the floating reaction overlay.

optional delayMs: number

Defined in: floating-reaction.ts:63

Delays the animation start in milliseconds.


optional durationMs: number

Defined in: floating-reaction.ts:58

Overrides the animation duration in milliseconds.


emoji: string

Defined in: floating-reaction.ts:38

Supplies the emoji or text glyph to render.


optional onAnimationEnd: () => void

Defined in: floating-reaction.ts:68

Runs after the animation completes.

void


optional size: number

Defined in: floating-reaction.ts:53

Overrides the rendered emoji size in pixels.


x: number

Defined in: floating-reaction.ts:43

Supplies the normalized horizontal coordinate.


y: number

Defined in: floating-reaction.ts:48

Supplies the normalized vertical coordinate.