/
githubmirror
/
anime
Обзор
Документация
Войти
/
githubmirror
/
anime
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
dist/modules/text/scramble.d.ts
11 строк
377 B
Julian Garnier
4.5.0
22 июн 2026, 17:32
22 июн 2026, 17:32
34f4179
Код
Авторство
О чём код?
export function scrambleText(params?: ScrambleTextParams): FunctionValue<ScrambleTextTween>; export type ScrambleTextTween = { from: number; to: number; duration: number; delay: number; ease: string; modifier: (v: number) => string; }; import type { ScrambleTextParams } from '../types/index.js'; import type { FunctionValue } from '../types/index.js';