UNPKG

@stianlarsen/react-fade-effects

Version:

A collection of React components for smooth fade-in animations, starting with FadeWords. Easily add fade effects to your UI elements with customizable options.

4 lines (3 loc) 281 B
import React from "react"; import { FadeWordsProps } from "../../types/types"; export declare const FadedWords: ({ words, className, filter, duration, staggerTime, delay, variant, scaleSize, once, translateAmount, splitChar, includeSpaces, }: FadeWordsProps) => React.JSX.Element;