Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lhlyu committed Jul 10, 2023
1 parent 125db84 commit 428791d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lhlyu/vue-virtual-waterfall",
"description": "vue3 virtual waterfall component",
"version": "0.0.2",
"version": "0.0.3",
"author": "lhlyu",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const handlerLoad = () => {
height: 100%;
overflow: hidden;
filter: blur(100px);
transition: all 0.6s ease-in;
transition: all 0.6s linear;
}
.img-loaded {
Expand Down
2 changes: 1 addition & 1 deletion src/vue-virtual-waterfall/virtual-waterfall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ defineExpose({
.box {
position: absolute;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
content-visibility: auto;
}
}
Expand Down

0 comments on commit 428791d

Please sign in to comment.