From b1015241051fe4ca032f7ae9164d69a073e85aec Mon Sep 17 00:00:00 2001 From: isark Date: Sun, 6 Aug 2023 13:00:17 +0200 Subject: [PATCH] finished initial version of carousel. Might look into getting rid of inconsisten ~1pixel gaps sometimes showing up between slides --- src/app/carousel/carousel.component.html | 18 ++- src/app/carousel/carousel.component.scss | 18 ++- src/app/carousel/carousel.component.ts | 167 ++++++++++++++++++++++- 3 files changed, 183 insertions(+), 20 deletions(-) diff --git a/src/app/carousel/carousel.component.html b/src/app/carousel/carousel.component.html index 9e21fa7..e8a498a 100644 --- a/src/app/carousel/carousel.component.html +++ b/src/app/carousel/carousel.component.html @@ -1,14 +1,18 @@