UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

11 lines (10 loc) 300 B
import { El } from "../types"; /** * Create and return an animation for the cursor. */ declare let setCursorAnimation: ({ cursor, frames, options, }: { cursor: El; frames: AnimationKeyFrame[]; options: Partial<AnimationEffectTiming>; }) => Animation; export default setCursorAnimation;