From f2dd78dc80b62e49f205b0f304c9a67cf5a49f5e Mon Sep 17 00:00:00 2001 From: shialoth Date: Fri, 25 Apr 2025 19:38:09 +0530 Subject: [PATCH] added animations --- components/FlickeringGrid.vue | 124 +++ components/Post.vue | 13 +- composables/useScrollReveal.js | 21 + package-lock.json | 1310 ++++++++++++++++++++++++-------- package.json | 3 + pages/index.vue | 29 +- yarn.lock | 846 +++++++++++++++------ 7 files changed, 1764 insertions(+), 582 deletions(-) create mode 100644 components/FlickeringGrid.vue create mode 100644 composables/useScrollReveal.js diff --git a/components/FlickeringGrid.vue b/components/FlickeringGrid.vue new file mode 100644 index 0000000..42ec653 --- /dev/null +++ b/components/FlickeringGrid.vue @@ -0,0 +1,124 @@ + + + + \ No newline at end of file diff --git a/components/Post.vue b/components/Post.vue index 95a7c02..00c4163 100644 --- a/components/Post.vue +++ b/components/Post.vue @@ -1,5 +1,5 @@