Skip to content

Commit

Permalink
feat(omi-ripple): ripple beautification
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Nov 23, 2023
1 parent 3e21e8c commit 4def1af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/omi-ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omi-ripple",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"start": "vite",
"dev-vite": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/omi-ripple/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ registerDirective('ripple', (el: HTMLElement, options: { color: string }) => {
@keyframes ripple {
to {
transform: scale(4);
transform: scale(2);
opacity: 0;
}
}
Expand Down

0 comments on commit 4def1af

Please sign in to comment.