From 0709e157f4491740a5dbf09bb94b6dc48b0c334a Mon Sep 17 00:00:00 2001 From: maxlkatze Date: Thu, 15 Aug 2024 06:32:50 +0200 Subject: [PATCH] feat(katzencore): Updated Version Check, New Animation Strategy for mounting --- playground/pages/animation_test.vue | 6 +++ playground/pages/animation_test_2.vue | 51 +++++++++++++++++++++++++ src/runtime/composables/useAnimation.ts | 21 ++++++---- src/runtime/update.ts | 3 +- 4 files changed, 71 insertions(+), 10 deletions(-) create mode 100644 playground/pages/animation_test_2.vue diff --git a/playground/pages/animation_test.vue b/playground/pages/animation_test.vue index ef8bbbf..a862045 100644 --- a/playground/pages/animation_test.vue +++ b/playground/pages/animation_test.vue @@ -9,6 +9,12 @@ const screenScroll = useScrollAnimation({ screenHeight: true })