Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fy- committed Oct 6, 2024
1 parent 050fe59 commit 88181b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.94",
"version": "2.0.96",
"author": "Florian 'Fy' Gasquez <m@fy.to>",
"license": "MIT",
"repository": {
Expand Down
12 changes: 6 additions & 6 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.25s,
transform 0.25s,
filter 0.25s;
opacity 0.15s,
transform 0.15s,
filter 0.15s;
}
.slide-next-enter-from {
Expand Down Expand Up @@ -490,9 +490,9 @@ onUnmounted(() => {
.slide-prev-enter-active,
.slide-prev-leave-active {
transition:
opacity 0.5s,
transform 0.5s,
filter 0.5s;
opacity 0.15s,
transform 0.15s,
filter 0.15s;
}
.slide-prev-enter-from {
Expand Down

0 comments on commit 88181b2

Please sign in to comment.