Skip to content

Commit

Permalink
feat(transition): add new feature to transition component
Browse files Browse the repository at this point in the history
Added feature to transition component by importing and using `PropertyValue` function. Also added `.eslintignore` file to exclude `cache` directory from Eslint checks.
  • Loading branch information
Mr.Mao committed Jun 5, 2023
1 parent 7e585c3 commit d5b6ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cache
2 changes: 1 addition & 1 deletion packages/transition/src/components/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
ignore,
lerp,
linear,
setProps,
setPropertyValue,
setProps,
} from '../utils'

export interface TransitionOptions {
Expand Down

1 comment on commit d5b6ac6

@vercel
Copy link

@vercel vercel bot commented on d5b6ac6 Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue3-pixi – ./

vue3-pixi.vercel.app
vue3-pixi-git-main-tuimao.vercel.app
vue3-pixi-tuimao.vercel.app

Please sign in to comment.