From 93a71bfbd31d4ff848ec009eeee689fbbb1fe048 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 16 Sep 2022 10:31:05 +0200 Subject: [PATCH] feat: add animations to Playground elements (WIP) --- client/src/components/Playground.vue | 21 ++++++++----- client/src/components/SourceCard.vue | 47 ++++++++-------------------- 2 files changed, 27 insertions(+), 41 deletions(-) diff --git a/client/src/components/Playground.vue b/client/src/components/Playground.vue index 588d515..ffeb887 100644 --- a/client/src/components/Playground.vue +++ b/client/src/components/Playground.vue @@ -1,10 +1,10 @@