Text Vertical
Text with vertical display, Can be used as a title or a subtitle.
Installation
Usage
<TextVertical className="uppercase text-2xl tracking-wider font-bold" as="h2">
Vertical Text
</TextVertical>
Props
Prop | Type | Default |
---|---|---|
as? | ReactNode | div |
Text Stagger Inview updated
Splitted text animation with staggered reveal animation triggered by view, You can easily customize by controlling the animation property (transform, opacity, blur) and the stagger value, and the transition.
Stagger Direction
Set stagger direction, Allow to animate in orchestrated order depending on the order, can animate from the start item, middle item, last item.