Skip to content

A reflex library wrapping the react-type-animation library

Notifications You must be signed in to change notification settings

ElijahAhianyo/reflex-type-animation

Repository files navigation

reflex-type-animation

Reflex type animation is a reflex wrapper around react-type-animations

Installation

pip install reflex-type-animation

Usage

from reflex_type_animation import type_animation


def index() -> rx.Component:
    return rx.center(
        type_animation(
            sequence=[
                "The quick brown fox jumped over the lazy Dog",
                1000
            ]
        ),
    )
Screen.Recording.2024-03-21.at.3.11.59.PM.mov

Props

Visit this link for a more extensive list of prop options and their uses. However, note that the camelCase prop options are translated to snake_case in reflex-type-animation.

Below are the prop options and their correct translations:

Prop Name to use
preRenderFirstString pre_render_first_string
deletionSpeed deletion_speed
omitDeletionAnimation omit_deletion_animation

About

A reflex library wrapping the react-type-animation library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages