UNPKG

ngx-teximate

Version:
9 lines (8 loc) 257 B
import { AnimationReferenceMetadata } from '@angular/animations'; export interface TextAnimation { id?: string; delay?: number; isEnter?: boolean; type?: 'paragraph' | 'word' | 'letter'; animation?: AnimationReferenceMetadata; }