/
githubmirror
/
anime
Обзор
Документация
Войти
/
githubmirror
/
anime
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
dist/modules/animation/composition.d.ts
10 строк
698 B
Julian Garnier
4.2.0-beta.0
26 авг 2025, 18:50
26 авг 2025, 18:50
36c932c
Код
Авторство
О чём код?
export function getTweenSiblings(target: Target, property: string, lookup?: string): TweenPropertySiblings; export function overrideTween(tween: Tween): void; export function composeTween(tween: Tween, siblings: TweenPropertySiblings): Tween; export function removeTweenSliblings(tween: Tween): Tween; export function removeTargetsFromRenderable(targetsArray: TargetsArray, renderable?: Renderable, propertyName?: string): void; import type { Target } from '../types/index.js'; import type { TweenPropertySiblings } from '../types/index.js'; import type { Tween } from '../types/index.js'; import type { TargetsArray } from '../types/index.js'; import type { Renderable } from '../types/index.js';