Documentation
Transitions
ITextTransition

ITextTransition

This type of transition is used to transition text elements.

export interface ITextTransition<T extends ElementProp = SpanElementProp> extends ITransition<T> {
    copy(): ITextTransition<T>;
}