Skip to content

Commit

Permalink
ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fy- committed Oct 6, 2024
1 parent 4e25419 commit 050fe59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/fws-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fy-/fws-vue",
"version": "2.0.93",
"version": "2.0.94",
"author": "Florian 'Fy' Gasquez <m@fy.to>",
"license": "MIT",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/fws-vue/src/components/ui/DefaultGallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,9 @@ onUnmounted(() => {
.slide-next-enter-active,
.slide-next-leave-active {
transition:
opacity 0.5s,
transform 0.5s,
filter 0.5s;
opacity 0.25s,
transform 0.25s,
filter 0.25s;
}
.slide-next-enter-from {
Expand Down

0 comments on commit 050fe59

Please sign in to comment.