Skip to content

Commit 0c6c952

Browse files
committed
change page transition
remove lib descriptions in intro page
1 parent 2cbb62c commit 0c6c952

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

app.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ import { SpeedInsights } from "@vercel/speed-insights/nuxt";
1212
<style>
1313
.page-enter-active,
1414
.page-leave-active {
15-
transition: all 0.4s;
15+
transition: all 0.5s;
1616
}
1717
.page-enter-from,
1818
.page-leave-to {
1919
opacity: 0;
20-
transform: translate(0, 80px);
20+
filter: blur(1px);
21+
transform: translate(40px);
2122
}
2223
</style>

pages/docs/introduction.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,14 @@ const libraries = [
33
{
44
title: "Reka-ui",
55
link: "https://reka-ui.com/",
6-
description:
7-
"Use as a base for components and create customizable, accessible and flexible ",
86
},
97
{
108
title: "shadcn/vue",
119
link: "https://www.shadcn-vue.com/",
12-
description:
13-
"use CLI for install components and get idea to create accessible components",
1410
},
1511
{
1612
title: "Internationalized/date",
1713
link: "https://react-spectrum.adobe.com/internationalized/date/index.html",
18-
description:
19-
"used for manipulating dates, change locale and work with jalali date(persian date)",
2014
},
2115
];
2216
</script>
@@ -57,7 +51,6 @@ const libraries = [
5751
class="text-blue-600 hover:underline"
5852
>{{ lib.title }}</a
5953
>
60-
<span> : {{ lib.description }}</span>
6154
</div>
6255
</div>
6356
</div>

0 commit comments

Comments
 (0)