Skip to content

Commit

Permalink
feat(animate): animation支持同时配置多个动画
Browse files Browse the repository at this point in the history
  • Loading branch information
leaferjs committed Jan 9, 2025
1 parent f214895 commit 6bd06a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/interface/src/IAnimation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export interface IAnimateEventFunction {

export interface IAnimate extends IAnimateOptions, IEventer {
target: IUI | IObject
list?: IAnimate[] // AnimateList 专用

keyframes: IKeyframe[]
config?: IAnimateOptions
Expand Down

0 comments on commit 6bd06a0

Please sign in to comment.