From 6bd06a033b1f815638e266eb294a9314db058872 Mon Sep 17 00:00:00 2001 From: leaferjs Date: Thu, 9 Jan 2025 12:11:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(animate):=20animation=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=90=8C=E6=97=B6=E9=85=8D=E7=BD=AE=E5=A4=9A=E4=B8=AA=E5=8A=A8?= =?UTF-8?q?=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/interface/src/IAnimation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/interface/src/IAnimation.ts b/packages/interface/src/IAnimation.ts index a708fb3..afd638e 100644 --- a/packages/interface/src/IAnimation.ts +++ b/packages/interface/src/IAnimation.ts @@ -141,6 +141,7 @@ export interface IAnimateEventFunction { export interface IAnimate extends IAnimateOptions, IEventer { target: IUI | IObject + list?: IAnimate[] // AnimateList 专用 keyframes: IKeyframe[] config?: IAnimateOptions