From 2522233a0eb20b9c6099083eb114282c05a73210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 30 Nov 2021 19:47:42 +0100 Subject: [PATCH] Add a parent to each photo on Viewer Allows to animate the parent that has no transform/top --- .../[country]/[location]/[photo].svelte | 26 +- src/style/pages/_viewer-photo.scss | 222 ++++++++++-------- 2 files changed, 137 insertions(+), 111 deletions(-) diff --git a/src/routes/[country]/[location]/[photo].svelte b/src/routes/[country]/[location]/[photo].svelte index e8bf55b..5541180 100644 --- a/src/routes/[country]/[location]/[photo].svelte +++ b/src/routes/[country]/[location]/[photo].svelte @@ -242,18 +242,20 @@