UNPKG

animejs

Version:

JavaScript animation engine

6 lines (5 loc) 326 B
export function sanitizePropertyName(propertyName: string, target: Target, tweenType: tweenTypes): string; export function cleanInlineStyles<T extends Renderable>(renderable: T): T; import type { Target } from '../types/index.js'; import { tweenTypes } from './consts.js'; import type { Renderable } from '../types/index.js';