Skip to content

Commit

Permalink
📝 docs: update for scale prop
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Aug 25, 2023
1 parent 19764e7 commit f68523e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ More detailed explanations are provided in the [documentation](https://vue3-lott
| playOnHover | Boolean | false | Whether to play the animation when you hover |
| backgroundColor | String | transparent | Background color of the container |
| noMargin | Boolean | false | Prevent the lottie from auto centering in the container. This gives you better control on placement within your UI |
| scale | Number | 1 | Scale the animation (might cause blurriness) |
| assetsPath | String | "" | URL to the image asset you need to use in your Lottie animation |
| renderer | String | "svg" | Set the renderer |
| rendererSettings | Object | {} | Options for if you want to use an existing canvas to draw (can be ignored on most cases) |
Expand Down
1 change: 1 addition & 0 deletions packages/vue3-lottie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ More detailed explanations are provided in the [documentation](https://vue3-lott
| playOnHover | Boolean | false | Whether to play the animation when you hover |
| backgroundColor | String | transparent | Background color of the container |
| noMargin | Boolean | false | Prevent the lottie from auto centering in the container. This gives you better control on placement within your UI |
| scale | Number | 1 | Scale the animation (might cause blurriness) |
| assetsPath | String | "" | URL to the image asset you need to use in your Lottie animation |
| renderer | String | "svg" | Set the renderer |
| rendererSettings | Object | {} | Options for if you want to use an existing canvas to draw (can be ignored on most cases) |
Expand Down

1 comment on commit f68523e

@vercel
Copy link

@vercel vercel bot commented on f68523e Aug 25, 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-lottie – ./

vue3-lottie.vercel.app
vue3-lottie-git-main-megasanjay.vercel.app
vue3-lottie-megasanjay.vercel.app

Please sign in to comment.