UNPKG

animejs

Version:

JavaScript animation engine

11 lines (10 loc) 698 B
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';