Hiyve Components - v1.0.0
    Preparing search index...

    Interface FloatingEmojiProps

    Props for the FloatingEmoji effect renderer.

    interface FloatingEmojiProps {
        count: number;
        duration: number;
        items: string[];
        onComplete: () => void;
    }
    Index

    Properties

    count: number

    Number of items to spawn

    duration: number

    Animation duration in ms

    items: string[]

    Emoji characters or image URLs to float

    onComplete: () => void

    Called when animation completes